fix format failures

This commit is contained in:
Kenneth Kehl
2025-10-14 13:21:06 -07:00
parent f30c956a07
commit 3c6ecfb13c
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 = "admin.tfstate.stage"
encrypt = "true"
region = "us-gov-west-1"
bucket = "cg-6b759c13-6253-4a64-9bda-dd1f620185b0"
key = "admin.tfstate.stage"
encrypt = "true"
region = "us-gov-west-1"
use_lockfile = "true"
}
}