Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/alb-ingress/aws to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent b2514e0 commit 74f5248
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.25.1"
version = "0.27.0"

label_order = var.label_orders.ec2

Expand Down

0 comments on commit 74f5248

Please sign in to comment.