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