From 2c498562d39763f297f2e282a9c60d1581177b9b Mon Sep 17 00:00:00 2001 From: "mike@here" Date: Mon, 25 Nov 2024 00:24:20 -0800 Subject: [PATCH] contributing aws region us-west-2 everywhere https://github.com/hackforla/devops-security/issues/90 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d4055d..0342088 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -256,7 +256,7 @@ After creating a backend state, create a `backend.tfvars` file in the `terraform ```terraform bucket = "USERNAME-hfla-ops-terraform-state" key = "devops-security/terraform.tfstate" -region = "us-east-2" +region = "us-west-2" dynamodb_table = "hfla_ops_terraform_table" encrypt = true ```