Skip to content

Commit

Permalink
Merge pull request #48 from cncf-tags/change-s3-bucket-name
Browse files Browse the repository at this point in the history
Use updated S3 bucket name
  • Loading branch information
leonardpahlke committed Feb 7, 2024
2 parents 14a057f + 4af5856 commit a558036
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 a558036

Please sign in to comment.