From 03e137b83e6e6644d6f3be9019fd84da9e044522 Mon Sep 17 00:00:00 2001 From: Tyler Hendrickson Date: Mon, 18 Sep 2023 19:49:21 -0500 Subject: [PATCH] Set TF lock table name for Prod (#346) --- terraform/production.s3.tfbackend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/production.s3.tfbackend b/terraform/production.s3.tfbackend index a5451e96..8ccd3946 100644 --- a/terraform/production.s3.tfbackend +++ b/terraform/production.s3.tfbackend @@ -1,5 +1,5 @@ region = "us-west-2" bucket = "729134339726-us-west-2-terraform" key = "usdr/grants_ingest/prod/us-west-2/terraform.tfstate" -dynamodb_table = "grantsingest-prod-terraform-lock" +dynamodb_table = "grantsingest-terraform-lock" encrypt = "true"