Elastic Load Balancing now supports the UDP protocol on Network Load Balancers.
resource "aws_lb_target_group" "example" {
protocol = "UDP"
}
This requires an update to SDK version 1.20.7
Support for TCP_UDP and UDP in the protocol for the aws_lb_listener and aws_lb_target_group resources has been merged and will release with version 2.17.0 of the Terraform AWS Provider, later this week. 👍 Thanks, @stack72!
This has been released in version 2.17.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 for triage. Thanks!
Thank you for update. Everything works well in a TCP_UDP mode.
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.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
Support for
TCP_UDPandUDPin theprotocolfor theaws_lb_listenerandaws_lb_target_groupresources has been merged and will release with version 2.17.0 of the Terraform AWS Provider, later this week. 👍 Thanks, @stack72!