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. Releases are automated via Conventional Commit messages.
5.2.0 (2024-05-29)
5.1.0 (2024-05-03)
5.0.0 (2023-10-30)
- enable_endpoint_independent_mapping=false: upgraded versions.tf to include minor bumps from tpg v5 (#129)
- enable_endpoint_independent_mapping=false: upgraded versions.tf to include minor bumps from tpg v5 (#129) (30bcb56)
4.1.0 (2023-06-26)
4.0.0 (2023-06-12)
- removes nat_ip_allocate_option: add dynamic port mapping (#73)
3.0.0 (2023-04-05)
-
Increased minimum Google Provider version to 4.51 (#108)
-
TPG >= 4.51: Support tcp_time_wait_timeout_sec (#108)
2.2.2 (2023-01-20)
2.2.1 (2022-05-24)
2.2.0 (2022-04-13)
2.1.0 (2021-11-18)
2.0.0 (2021-03-24)
- add Terraform 0.13 constraint and module attribution (#48)
1.4.0 (2021-02-17)
1.3.0 (2020-03-30)
1.2.0 - 2019-11-22
- Support for specific subnets with the
subnets
variable. #10
- The
region
output depends on thegoogle_computer_router_nat
resource to enable a dependency graph between internal and external resources. #22
1.1.0 - 2019-10-02
create_router
variable toggles management of agoogle_compute_router
resource within the module. #20
1.0.0 - 2019-07-30
- Supported version of Terraform is 0.12. #12
0.1.0 - 2019-04-30
- Initial release