Skip to content

v0.15.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 12 Mar 06:15
e8bf4e8
Add support for transport_protocol variable in aws_ec2_client_vpn_endpoint @s1rc (#61)

what

The aws_ec2_client_vpn_endpoint supports variables for defining the transport_protocol as tcp or udp. Without adding this variable to this module, it will always default to udp.

why

To be able to add tcp as a transport_protocol for Client VPN Endpoints in Terraform as you would be able to configure in the AWS console.

references