You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Multiple VPCs through single site-to-site VPN with transit gateway id (#27)
* Adding transit gateway id
* Auto Format
* Only setup transit_gateway if we pass in the transit_gateway_attachment_vpc_subnets_list variable, otherwise keep it empty
* Auto Format
* VPN gateway and transit gateway are conflicting, so only one can be enabled. if we pass in transit_gateway_attachment_vpc_subnets_list then vpn gateway will be disabled
* enabled condition for transit-gateway
* pass in existing transit_gateway id, if not passed the module will default to setting up vpg
* Auto Format
* adding bool for transit gateway enable to fix the vpn_gateway count issue to disable it, if we pass transit_gateway
* Auto Format
---------
Co-authored-by: cloudpossebot <[email protected]>
0 commit comments