Skip to content

Instantly share code, notes, and snippets.

@vancluever
Created April 15, 2017 16:29
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 vancluever/3ed9e0372e65d4de5ef816bcb4383a54 to your computer and use it in GitHub Desktop.
Save vancluever/3ed9e0372e65d4de5ef816bcb4383a54 to your computer and use it in GitHub Desktop.
New v0.9.0 remote config
terraform {
backend "s3" {
bucket = "tfstate.foobar.local"
key = "FE/web-frontend"
region = "your-buckets-region"
}
}
@vancluever
Copy link
Author

Note that you will want to provide a DynamoDB config if you want state locking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment