Support new ALB-type target_type for Target Groups #21175
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elbv2
Issues and PRs that pertain to the elbv2 service.
Community Note
Description
AWS introduced new ALB-type Load Balancer Target Groups on 2021-09-27. This allows ALBs to be placed behind an NLB to utilize NLB features such as PrivateLink integration and Static IP. The previous official solution required using a Lambda function to update target IP attachments, which was complex and error prone.
Adding support for the
alb
target_type would make this use case much easier to set up using Terraform.New or Affected Resource(s)
aws_lb_target_group
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: