Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/alb/aws to v9.7.1
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 Mar 8, 2024
1 parent a189ef9 commit 0ab468c
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 @@ -17,7 +17,7 @@
# tfsec:ignore:aws-elb-alb-not-public
module "alb_external" {
source = "terraform-aws-modules/alb/aws"
version = "9.7.0"
version = "9.7.1"

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

module "alb_internal" {
source = "terraform-aws-modules/alb/aws"
version = "9.7.0"
version = "9.7.1"

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

0 comments on commit 0ab468c

Please sign in to comment.