Skip to content

Commit

Permalink
Merge pull request #1048 from portefaix/renovate/terraform-aws-module…
Browse files Browse the repository at this point in the history
…s-alb-aws-9.x

chore(deps): update terraform terraform-aws-modules/alb/aws to v9.8.0
  • Loading branch information
nlamirault authored Mar 9, 2024
2 parents 5fc4293 + 3e0e439 commit cd14f16
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.1"
version = "9.8.0"

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.1"
version = "9.8.0"

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

0 comments on commit cd14f16

Please sign in to comment.