Skip to content

Instantly share code, notes, and snippets.

@davidvuong
Created August 11, 2020 13:42
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 davidvuong/92e4e9f3472859c5d83cc9f6155e2f2e to your computer and use it in GitHub Desktop.
Save davidvuong/92e4e9f3472859c5d83cc9f6155e2f2e to your computer and use it in GitHub Desktop.
# backend.tf
bucket = "studio.voltron.project.tfstate"
region = "ap-southeast-2"
key = "terraform.tf"
dynamodb_table = "terraform-state-locks"
profile = "voltronstudio-master"
# Backends must be baked in during the initialization step:
#
# terraform init --backend-config=backend.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment