From 227f1ee5db57ddb8b9099941765c266748f36c27 Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Fri, 5 Feb 2021 14:41:01 +0100 Subject: [PATCH] Upgraded label version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 67293db..08db081 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,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.24.1" namespace = var.namespace stage = var.stage name = var.name