File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# @todo #1000 CI: validate and check Terraform configuration
22# @todo #1000 Terraform: add Mailgun
33
4+ # How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
45variable "do_token" {
5- # How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
66 description = " Digital Ocean Personal Access Token"
77 type = string
88 sensitive = true
99}
1010
11+ # How to create API Key:
12+ # - open https://uptimerobot.com/dashboard
13+ # - go to MySettings
14+ # - scroll down to API Settings and select "Main API Key"
1115variable "uptimerobot_token" {
12- # How to create API Key:
13- # - open https://uptimerobot.com/dashboard
14- # - go to MySettings
15- # - scroll down to API Settings and select "Main API Key"
1616 description = " UptimeRobot API key"
1717 type = string
1818 sensitive = true
You can’t perform that action at this time.
0 commit comments