fix tfstate file names

This commit is contained in:
Kenneth Kehl
2025-10-21 09:43:06 -07:00
parent 9bf35b22b0
commit b0adac419a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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