All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Released: 2024.02.16
Summary:
- Reverts change using ignore_changes on the vgw_telemetry attribute. Since that attribute is "computed", Terraform already ignores changes on it. The original problem with the diff must be related to a different configuration specific to the user config.
Released: 2024.01.12
Summary:
- Avoids unnecessary diffs when the vgw_telemetry attribute is updated outside the terraform workflow
Released: 2023.12.20
Summary:
- Support creating transit gateway route table associations and propagations for the vpn connection
Released: 2023.12.20
Summary:
- Creates customer gateway before destroying old one to fix issues when changes require recreation
- Requires minimum terraform aws provider 5.31.0 to support
log_group_class
attribute on cloudwatch log group
Released: 2023.12.09
Commit Delta: Change from 1.0.2 release
Summary:
- Completely refactors module to support all VPN Connection options and target types, including VPN Gateway and Transit Gateway
Released: 2019.10.28
Commit Delta: Change from 1.0.1 release
Summary:
- Pins tfdocs-awk version
- Updates documentation generation make targets
- Adds documentation to the test modules
Released: 2019.10.04
Commit Delta: Change from 1.0.0 release
Summary:
- Update testing harness to have a more user-friendly output
- Update terratest dependencies
Released: 2019.09.16
Commit Delta: Change from 0.0.0 release
Summary:
- Upgrade to terraform 0.12.x
- Add test cases
Commit Delta: N/A
Released: 2019.08.22
Summary:
- Initial release!