From 908ad20ce2e8099397668efc49b5bcdd1c1e95ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Feb 2021 02:18:29 +0000 Subject: [PATCH] Update Terraform cloudposse/label/null to v0.24.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index e5fd17b..fb70e06 100644 --- a/main.tf +++ b/main.tf @@ -9,7 +9,7 @@ locals { module "label" { source = "cloudposse/label/null" - version = "0.19.2" + version = "0.24.1" attributes = compact(concat(module.this.attributes, ["fargate"])) tags = local.tags