community.aws
community.aws copied to clipboard
AWS Transit Gateway VPN
SUMMARY
AWS allows creating VPN tunnels not only between a VGW and CGWs but a Transit Gateway (TGW) and CGWs.
This modules is based on ec2_vpc_vpn; the only difference is calling the AWS CreateVpnConnection API using "TransitGatewayId" instead of "VpnGatewayId".
Common use cases were tested in my subscription.
Fixes #190
ISSUE TYPE
- New Module Pull Request
COMPONENT NAME
ec2_transit_gateway_vpn
ADDITIONAL INFORMATION
Further details and outputs can be found in the issue ticket.
cc @jillr @s-hertel @tremble @wimnat click here for bot help
Could someone take a look at this?
Hi @adosztal,
Thank you for your contribution. Do you think we can instead extend the existing ec2_vpc_vpn
module to support this use-case?