From 434caf9380ae43adb3f02305f3d22cb950f72a89 Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Tue, 18 Aug 2020 01:40:27 -0600 Subject: [PATCH] [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#43) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2f6456f8..816ec599 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ 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" enabled = var.enabled namespace = var.namespace environment = var.environment