From 0623a1de4dbaac365eed5b477e5ceeeef53b81af Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Tue, 18 Aug 2020 01:34:07 -0600 Subject: [PATCH] [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#71) --- examples/complete/main.tf | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 76656e06..9f989077 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -3,7 +3,7 @@ provider "aws" { } 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.17.0" namespace = var.namespace name = var.name stage = var.stage diff --git a/main.tf b/main.tf index be8016f3..fd0310ae 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,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.17.0" namespace = var.namespace stage = var.stage environment = var.environment