Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created February 23, 2021 10:14
Show Gist options
  • Save Voronenko/02ac585545d95511d65d7fe371a32cad to your computer and use it in GitHub Desktop.
Save Voronenko/02ac585545d95511d65d7fe371a32cad to your computer and use it in GitHub Desktop.
multi region tf backend
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