-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the new alb
target_type in aws_lb_target_group
and aws_lb_target_group_attachment
for Network Load Balancers
#21069
Comments
Requires AWS SDK v1.40.50: As the terraform-provider-aws/aws/resource_aws_lb_target_group.go Lines 263 to 269 in baac4b0
, rebuilding with the relevant AWS SDK version should enable this feature. |
What is the expectation to have this ? |
@ricardosouzamorais It will be available in v3.61.0 of the Terraform AWS Provider, likely later today. |
Awesome! :-) Thanks for sharing that. |
I just tested this out and works great, was able to swap out one of my lambdas and just use the alb as a target. Thank you. |
This functionality has been released in v3.62.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
AWS have added a new feature to Network Load Balancers, whereby they can now target an ALB via the ALB's ARN. This allows NLBs to perform level 4 load balancing and pass traffic directly to an ALB for level 7 load balancing.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: