v0.15.0
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.