Skip to content

Commit 6742f05

Browse files
committed
style: correct formatting of my-stamps.tf
Should be in 952d04a commit. Relate to #1268 [skip ci]
1 parent 952d04a commit 6742f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/terraform/my-stamps.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "do_token" {
77

88
# Digital Ocean provider docs: https://www.terraform.io/docs/providers/do/index.html
99
provider "digitalocean" {
10-
token = var.do_token
10+
token = var.do_token
1111
}
1212

1313
# Droplet docs: https://www.terraform.io/docs/providers/do/r/droplet.html

0 commit comments

Comments
 (0)