Skip to content

Commit effd36d

Browse files
committed
style: put comments before the blocks
[skip ci]
1 parent 527fcdf commit effd36d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

infra/terraform/my-stamps.tf

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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/
45
variable "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"
1115
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"
1616
description = "UptimeRobot API key"
1717
type = string
1818
sensitive = true

0 commit comments

Comments
 (0)