fix terraform format

This commit is contained in:
Kenneth Kehl
2025-10-14 13:39:09 -07:00
parent 54aef58cc5
commit 2640b74a0e
5 changed files with 19 additions and 19 deletions

View File

@@ -8,10 +8,10 @@ terraform {
}
backend "s3" {
bucket = "cg-6b759c13-6253-4a64-9bda-dd1f620185b0"
key = "api.tfstate.stage"
encrypt = "true"
region = "us-gov-west-1"
bucket = "cg-6b759c13-6253-4a64-9bda-dd1f620185b0"
key = "api.tfstate.stage"
encrypt = "true"
region = "us-gov-west-1"
use_lockfile = "true"
}
}