From 6eb048cef4004e56801c0e96b5ebd6f46cc52a0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 09:38:47 +0000 Subject: [PATCH] Update Terraform cloudposse/label/null to v0.24.1 (#95) Co-authored-by: Renovate Bot --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 22acec8..51d655a 100644 --- a/main.tf +++ b/main.tf @@ -5,7 +5,7 @@ locals { module "task_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.1" enabled = local.enabled && length(var.task_role_arn) == 0 attributes = ["task"] @@ -15,7 +15,7 @@ module "task_label" { module "service_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.1" attributes = ["service"] @@ -24,7 +24,7 @@ module "service_label" { module "exec_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.1" enabled = local.enabled && length(var.task_exec_role_arn) == 0 attributes = ["exec"]