Skip to content

Commit

Permalink
rm required_version
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Sep 29, 2020
1 parent af3aa34 commit 965352e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions examples/dev-demo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

terraform {
backend "s3" {
region = "ap-northeast-2"
bucket = "terraform-nalbam-seoul"
key = "ecs-fargate.tfstate"
# encrypt = true
# dynamodb_table = "terraform-resource-lock"
region = "ap-northeast-2"
bucket = "terraform-nalbam-seoul"
key = "ecs-fargate.tfstate"
dynamodb_table = "terraform-resource-lock"
encrypt = true
}
required_version = ">= 0.12"
}

provider "aws" {
Expand Down

0 comments on commit 965352e

Please sign in to comment.