Skip to content

Commit

Permalink
Merge pull request #49 from cncf-tags/fix-s3-region
Browse files Browse the repository at this point in the history
fix: AWS region for S3 bucket
  • Loading branch information
rossf7 committed Feb 7, 2024
2 parents a558036 + 1e369c3 commit ebd8bde
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 ebd8bde

Please sign in to comment.