Skip to content

Commit

Permalink
Fix secondary region
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofenoglio committed May 3, 2022
1 parent 499ff25 commit 6d1d2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/s3-tfstate-backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "region" {
variable "region_secondary" {
type = string
description = "AWS secondary Region the S3 replication bucket should reside in"
default = "us-east-2"
default = "eu-west-2"
}

variable "profile" {
Expand Down

0 comments on commit 6d1d2e6

Please sign in to comment.