Skip to content

Instantly share code, notes, and snippets.

@eefahy
Created November 7, 2017 18:36
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 eefahy/9b3551c585cba5fc511a020c615526c8 to your computer and use it in GitHub Desktop.
Save eefahy/9b3551c585cba5fc511a020c615526c8 to your computer and use it in GitHub Desktop.
terraform {
backend "s3" {
bucket = "bucket_name_here"
key = "bucket_key"
dynamodb_table = "table_name_here"
region = "us-east-1"
profile = "profile_name"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment