Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 29, 2020 17:51
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 goyalmohit/c1056f26f3cb4aea9b8789e995332731 to your computer and use it in GitHub Desktop.
Save goyalmohit/c1056f26f3cb4aea9b8789e995332731 to your computer and use it in GitHub Desktop.
# partially complete block of code below - will not work in isolation
terraform {
required_version = ">= 0.12, < 0.13"
backend "s3" {
bucket = "terrafrom-state-20200929"
key = "azure-devops/terraform.tfstate"
region = "us-east-2"
dynamodb_table = "terraformlocks-mohit-202009292250"
encrypt = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment