Skip to content

Commit 0cf41d4

Browse files
committed
task: add description and type to do_token variable
Part of #1631 [skip ci]
1 parent d316b2c commit 0cf41d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/terraform/my-stamps.tf

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# @todo #1000 Terraform: add Mailgun
44

55
variable "do_token" {
6+
description = "Digital Ocean Personal Access Token"
7+
type = string
68
}
79

810
# Digital Ocean provider docs: https://registry.terraform.io/providers/digitalocean/digitalocean/2.28.1/docs

0 commit comments

Comments
 (0)