From 0e08fba42503054fe8869893a4cd994939603387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 13:59:57 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/label/null to v0.24.1 (#78) Co-authored-by: Renovate Bot --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 9ae36c2..23c20d9 100644 --- a/main.tf +++ b/main.tf @@ -86,7 +86,7 @@ resource "aws_lb" "default" { module "default_target_group_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.1" attributes = concat(module.this.attributes, ["default"]) context = module.this.context }