File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# @todo #1000 CI: validate and check Terraform configuration
2
2
# @todo #1000 Terraform: add Mailgun
3
3
4
+ # How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
4
5
variable "do_token" {
5
- # How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
6
6
description = " Digital Ocean Personal Access Token"
7
7
type = string
8
8
sensitive = true
9
9
}
10
10
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"
11
15
variable "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"
16
16
description = " UptimeRobot API key"
17
17
type = string
18
18
sensitive = true
You can’t perform that action at this time.
0 commit comments