From 3b58785a00e4f43ec4713e4184a2cc6897513641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:29:23 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/alb-ingress/aws to v0.29.0 --- alb.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alb.tf b/alb.tf index 8a78c28..a5a72ac 100644 --- a/alb.tf +++ b/alb.tf @@ -1,7 +1,7 @@ module "alb_ingress" { count = length(var.alb_name) > 0 ? 1 : 0 source = "cloudposse/alb-ingress/aws" - version = "0.28.0" + version = "0.29.0" label_order = var.label_orders.ec2