v0.8.0
Feature: Multiple VPCs through single site-to-site VPN with transit gateway id @matharoo (#27)
what
- This PR adds ability to add transit-gateway id to the site to site vpn, with which we can attach multiple vpcs to one site-to-site vpn.
- By default it will create the site-to-site vpn with Vitrual private gateway the way it does now.
- With this PR we give the option to pass
transit_gateway_enabled
to set to true then we can pass inexisting_transit_gateway_id
then it will setup the VPN with transit-gateway. By defaulttransit_gateway_enabled
is set tofalse
and the module sets up the Virtual Private gateway.
why
- Currently we cannot setup a VPN with transit gateway id, we can only setup with vpn virtual private gateway which is only attached to one 1 VPC.
- With Transit gateway we can attach multiple VPC's and subnets to one transit gateway id and then specify that id in
transit_gateway_id
inresource aws_vpn_connection
references
- This PR closes #28
git.io->cloudposse.tools update @dylanbannon (#20)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143