All notable changes to this project will be documented in this file.
3.7.2 (2024-03-06)
3.7.1 (2023-10-12)
3.7.0 (2023-09-18)
3.6.0 (2023-06-26)
3.5.0 (2023-06-06)
3.4.0 (2023-05-18)
3.3.0 (2023-03-06)
3.2.0 (2023-01-27)
3.1.1 (2023-01-24)
3.1.0 (2022-11-15)
3.0.1 (2022-11-15)
3.0.0 (2022-11-12)
- Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#77)
2.12.1 (2022-06-14)
2.12.0 (2022-06-10)
2.11.1 (2022-01-10)
v2.11.0 - 2021-08-19
- feat: Add support for local and remote ipv4 cidr (#58)
v2.10.0 - 2021-05-22
- feat: adding preshared key outputs to module (#55)
- chore: update CI/CD to use stable
terraform-docs
release artifact and discoverable Apache2.0 license (#57)
v2.9.0 - 2021-04-28
- chore: Updated versions in README (#56)
- chore: update documentation and pin
terraform_docs
version to avoid future changes (#52)
v2.8.0 - 2021-03-25
- feat: Added dpd_timeout_seconds variable to the "default" tunnel resource (#51)
- chore: align ci-cd static checks to use individual minimum Terraform versions (#50)
- chore: Run pre-commit hooks (#49)
- chore: add ci-cd workflow for pre-commit checks (#48)
v2.7.0 - 2021-02-20
- chore: update documentation based on latest
terraform-docs
which includes module and resource sections (#47)
v2.6.0 - 2021-02-15
- feat: Added VPN connection additional args (#46)
v2.5.0 - 2020-01-16
- Fixed count and computed values bug
v2.4.0 - 2020-01-15
- Add support for Transit Gateway (#26)
- Also output the connection configuration (#28)
- Updated README and pre-commit
- Updated example with variables (#24)
- Fixed aws_vpn_connection_route conditional expression
- Upgraded module to support Terraform 0.12 (#20)
v1.8.0 - 2019-12-19
v2.3.0 - 2019-12-19
- Also output the connection configuration (#28)
- Updated README and pre-commit
- Updated example with variables (#24)
- Fixed aws_vpn_connection_route conditional expression
- Upgraded module to support Terraform 0.12 (#20)
v1.7.0 - 2019-08-23
v2.2.0 - 2019-08-23
v2.1.0 - 2019-08-22
- Updated README and pre-commit
- Updated example with variables (#24)
v2.0.0 - 2019-06-11
- Fixed aws_vpn_connection_route conditional expression
- Upgraded module to support Terraform 0.12 (#20)
v1.6.1 - 2018-11-16
- Fix format (#16)
v1.6.0 - 2018-10-31
"tunnel1_preshared_key" can only contain alphanumeric, period and underscore characters
"tunnel1_preshared_key" cannot start with zero character
"tunnel2_preshared_key" can only contain alphanumeric, period and underscore characters
-
Define AWS region in examples and make it mutually exclusive
-
Explicitely define non string vriable type
-
Add comment to default VPN connection for consistency
-
Add missing condition to use tunnel_preshared vpn connection resource in routes
v1.5.0 - 2018-09-07
v1.4.0 - 2018-08-18
- Only do gateway attachments when we are actually creating (#10)
v1.3.0 - 2018-05-16
- Added pre-commit hook to autogenerate terraform-docs
v1.2.0 - 2018-05-09
v1.1.0 - 2018-04-22
- Ability to override default 'Name' tag (#8)
v1.0.3 - 2018-01-11
- Document conditions for using VPN connection routes (#5)
v1.0.2 - 2018-01-11
- Fix issue with computed resources used for count attribute (#4)
v1.0.0 - 2018-01-10
- Added License file
- Fixed bugs, updated examples, readme
- Add static routes
- Add examples
- Add outputs
- Add descriptions to variables
- Add 2 variables to completely configure VPN connection resource
- Add variable to specify customer gateway id
- Add boolean variable to enable/disable creaation of VPN connection
- Add link to VPC module
- Add links to resource documentation
- Document usage module usage with and without VPC module
- Initial setup of VPN Gateway for AWS VPCs
- Initial commit
- Initial commit