Created
November 17, 2019 23:08
-
-
Save KyMidd/a7961e36f7aea7b14cc7c2d8d50135a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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