We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf41d4 commit 421d8eaCopy full SHA for 421d8ea
infra/terraform/my-stamps.tf
@@ -3,6 +3,7 @@
3
# @todo #1000 Terraform: add Mailgun
4
5
variable "do_token" {
6
+ # How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
7
description = "Digital Ocean Personal Access Token"
8
type = string
9
}
infra/terraform/terraform.tfvars.example
@@ -1,2 +1 @@
1
-# How to obtain a token: https://docs.digitalocean.com/reference/api/create-personal-access-token/
2
do_token = "<insert-token-here>"
0 commit comments