We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316b2c commit 0cf41d4Copy full SHA for 0cf41d4
infra/terraform/my-stamps.tf
@@ -3,6 +3,8 @@
3
# @todo #1000 Terraform: add Mailgun
4
5
variable "do_token" {
6
+ description = "Digital Ocean Personal Access Token"
7
+ type = string
8
}
9
10
# Digital Ocean provider docs: https://registry.terraform.io/providers/digitalocean/digitalocean/2.28.1/docs
0 commit comments