Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created November 17, 2019 23:08
Show Gist options
  • Select an option

  • Save KyMidd/a7961e36f7aea7b14cc7c2d8d50135a3 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/a7961e36f7aea7b14cc7c2d8d50135a3 to your computer and use it in GitHub Desktop.
terraform {
required_version = ">=0.12.13"
backend "s3" {
bucket = "kyler-github-actions-demo-terraform-tfstate"
key = "terraform.tfstate"
region = "us-east-1"
dynamodb_table = "aws-locks"
encrypt = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment