Skip to content

Commit b6a9254

Browse files
committed
chore: rename a variable to avoid ambiguity.
Relate to #1000 [skip ci]
1 parent 65d12fc commit b6a9254

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/terraform/my-stamps.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# @todo #1000 CI: validate and check Terraform configuration
22

3-
variable "token" {}
3+
variable "do_token" {}
44

55
# Provider docs: https://www.terraform.io/docs/providers/do/index.html
66
provider "digitalocean" {
7-
token = var.token
7+
token = var.do_token
88
version = "~> 1.12"
99
}
1010

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# How to obtain a token: https://www.digitalocean.com/docs/api/create-personal-access-token/
2-
token = "<insert-token-here>"
2+
do_token = "<insert-token-here>"

0 commit comments

Comments
 (0)