Skip to content

Commit 421d8ea

Browse files
committed
style: move a comment from variables file to the place where a variable is being used
[skip ci]
1 parent 0cf41d4 commit 421d8ea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

infra/terraform/my-stamps.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# @todo #1000 Terraform: add Mailgun
44

55
variable "do_token" {
6+
# How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
67
description = "Digital Ocean Personal Access Token"
78
type = string
89
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
21
do_token = "<insert-token-here>"

0 commit comments

Comments
 (0)