Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/alb/aws to v9.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent eec288f commit 994ad73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/aws/alb/modules/alb/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#tfsec:ignore:AWS083
module "alb_external" {
source = "terraform-aws-modules/alb/aws"
version = "9.1.0"
version = "9.2.0"

name = local.alb_external_name
subnets = data.aws_subnets.public.ids
Expand Down Expand Up @@ -72,7 +72,7 @@ module "alb_external" {

module "alb_internal" {
source = "terraform-aws-modules/alb/aws"
version = "9.1.0"
version = "9.2.0"

name = local.alb_internal_name
subnets = data.aws_subnets.private.ids
Expand Down

0 comments on commit 994ad73

Please sign in to comment.