Skip to content

Commit

Permalink
Added missing internal setting for the ALB.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Jun 11, 2024
1 parent 67ff39e commit 71bb302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/fargate_service/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module "alb" {
security_groups = [module.endpoint_security_group.security_group_id]
subnets = var.internal ? var.private_subnets : var.public_subnets
vpc_id = var.vpc_id
internal = var.internal

# TODO: Support IPv6 and/or dualstack.
ip_address_type = "ipv4"
Expand Down

0 comments on commit 71bb302

Please sign in to comment.