Skip to content

Commit

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

Update Terraform terraform-aws-modules/alb/aws to v9
  • Loading branch information
nlamirault authored Nov 1, 2023
2 parents 282fbf3 + bddbd16 commit 8c9a62e
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 = "8.7.0"
version = "9.1.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 = "8.7.0"
version = "9.1.0"

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

0 comments on commit 8c9a62e

Please sign in to comment.