Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/alb/aws to v9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent fc99736 commit cf8beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/nlb/nlb.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform AWS Application Load Balancer (ALB)
module "nlb" {
source = "terraform-aws-modules/alb/aws"
version = "9.10.0"
version = "9.11.0"

name = "${local.name}-nlb"
load_balancer_type = "network"
Expand Down

0 comments on commit cf8beea

Please sign in to comment.