From 52f8e321d2c5323f92f6655310d85a391504c60a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 03:38:25 +0000 Subject: [PATCH] Update Terraform cloudposse/label/null to v0.22.1 (#88) Co-authored-by: Renovate Bot --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index cdfeb46..144ec2e 100644 --- a/main.tf +++ b/main.tf @@ -5,7 +5,7 @@ locals { module "task_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" enabled = local.enabled && length(var.task_role_arn) == 0 context = module.this.context attributes = ["task"] @@ -13,7 +13,7 @@ module "task_label" { module "service_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" context = module.this.context attributes = ["service"] @@ -21,7 +21,7 @@ module "service_label" { module "exec_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" enabled = local.enabled && length(var.task_exec_role_arn) == 0 context = module.this.context attributes = ["exec"]