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.
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