Releases: spotify/terraform-google-aws-hybrid-cloud-vpn
Releases · spotify/terraform-google-aws-hybrid-cloud-vpn
v1.0.1 Release
fix:
Set a min required provider level, but not max version for ease of upgrading providers
Also update the docs and PR template to make running terraform-docs a bit easier
Initial Release
As of this release this module now follows all the guidance in the GCP Creating HA VPN's doc https://cloud.google.com/network-connectivity/docs/vpn/how-to/creating-ha-vpn
The primary change in this release is that it
- Sets Default AWS VPN Tunnel Options with AES-256, SHA-2 and DH group 18
Adding Output for AWS Transit Gateway Attachment IDs
Added a output which returns a set of AWS Transit Gateway Attachment IDs
Updated Allowed AWS Provider Versions
- Changed the Allowed AWS Provider Version to allow Version 3.x to be used with this module
v0.1.0 Add Cloud Router output
- Adding Cloud Router object as an output from this module.