Skip to content

Commit

Permalink
Merge pull request #6 from DevopsCare/feature/terraform-0.13
Browse files Browse the repository at this point in the history
Use modules for terraform 0.13
  • Loading branch information
okgolove authored Sep 21, 2020
2 parents 0b1ffc5 + fee722c commit ea2806b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
}

module "label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0"
namespace = var.namespace
name = var.name
stage = var.stage
Expand Down
3 changes: 3 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12.0, < 0.14.0"
}

0 comments on commit ea2806b

Please sign in to comment.