Skip to content

Commit

Permalink
contributing aws region us-west-2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
here committed Nov 25, 2024
1 parent c831316 commit 2c49856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2c49856

Please sign in to comment.