We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952d04a commit 6742f05Copy full SHA for 6742f05
infra/terraform/my-stamps.tf
@@ -7,7 +7,7 @@ variable "do_token" {
7
8
# Digital Ocean provider docs: https://www.terraform.io/docs/providers/do/index.html
9
provider "digitalocean" {
10
- token = var.do_token
+ token = var.do_token
11
}
12
13
# Droplet docs: https://www.terraform.io/docs/providers/do/r/droplet.html
0 commit comments