Skip to content

Commit

Permalink
fix: AWS region for S3 bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Fairbanks <[email protected]>
  • Loading branch information
rossf7 committed Feb 7, 2024
1 parent 4af5856 commit 1e369c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/equinix-metal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
backend "s3" {
bucket = "tag-env-green-reviews-open-tofu"
key = "opentofu/terraform.tfstate"
region = "eu-central-1"
region = "us-east-1"
encrypt = true
}
}
Expand Down

0 comments on commit 1e369c3

Please sign in to comment.