Skip to content

Commit

Permalink
Use updated S3 bucket name
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 14a057f commit 4af5856
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 @@ -11,7 +11,7 @@ terraform {
}

backend "s3" {
bucket = "green-reviews-state-bucket"
bucket = "tag-env-green-reviews-open-tofu"
key = "opentofu/terraform.tfstate"
region = "eu-central-1"
encrypt = true
Expand Down

0 comments on commit 4af5856

Please sign in to comment.