Created
February 23, 2021 10:14
-
-
Save Voronenko/02ac585545d95511d65d7fe371a32cad to your computer and use it in GitHub Desktop.
multi region tf backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform { | |
backend "s3" { | |
bucket = "specify" | |
key = "terraform/project/prod/terraform.tfstate" | |
profile = "specify" | |
region = "eu-central-1" | |
endpoint = "s3.eu-central-1.amazonaws.com" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment