Skip to content

Commit

Permalink
s3 tf backend region should not be a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 2, 2024
1 parent 012a2af commit aafbe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
backend "s3" {
bucket = "ooni-secrets"
key = "terraform/production/terraform-production.tfstate"
region = var.aws_region
region = "eu-central-1"
}
}

Expand Down

0 comments on commit aafbe67

Please sign in to comment.