Skip to content

Commit

Permalink
Update S3 backend region to us-west-2
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Jan 26, 2024
1 parent 7fb23d0 commit 7244a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
backend "s3" {
bucket = "levio-aws-demo-fev-terraform"
key = "state/terraform_dev.tfstate"
region = "us-east-1"
region = "us-west-2"
}
required_providers {
aws = {
Expand Down

0 comments on commit 7244a40

Please sign in to comment.