Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/alb-ingress/aws to v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent f36666f commit 6e18592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alb.tf
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6e18592

Please sign in to comment.