Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/alb/aws to v9
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 Oct 30, 2023
1 parent 0c10bd5 commit bddbd16
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 bddbd16

Please sign in to comment.