Skip to content

Instantly share code, notes, and snippets.

@qtangs
Created July 30, 2019 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qtangs/43340df78b102eb12df9085ff7ecc2d4 to your computer and use it in GitHub Desktop.
Save qtangs/43340df78b102eb12df9085ff7ecc2d4 to your computer and use it in GitHub Desktop.
terraform {
backend "s3" {
bucket = "<bucket-name>"
key = "fraud-detection/terraform.tfstate"
region = "<region>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment