Skip to content

Instantly share code, notes, and snippets.

@ringanta
Created June 16, 2020 13:44
Show Gist options
  • Save ringanta/af32f0563d8198493acfde2c41747209 to your computer and use it in GitHub Desktop.
Save ringanta/af32f0563d8198493acfde2c41747209 to your computer and use it in GitHub Desktop.
terraform {
required_version = "= 0.12.26"
backend "s3" {
bucket = "mycompany-terraform-s3-backend"
key = "terraform-platform-test.tfstate"
region = "ap-northeast-1"
encrypt = true
dynamodb_table = "terraform-lock"
}
}
provider "aws" {
version = "~> 2.66"
region = "ap-northeast-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment