Skip to content

Commit

Permalink
Pin terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed May 29, 2019
1 parent d7bf397 commit 87f1cb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ provider "aws" {
version = "~> 2.12.0"
}

terraform {
required_version = "~> 0.11.0"
}

module "default_label" {
source = "git::https://github.com/cloudposse/terraform-terraform-label.git?ref=tags/0.2.1"
name = "${var.name}"
Expand Down

0 comments on commit 87f1cb4

Please sign in to comment.