Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.63 KB

Change Log

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.

1.2.0 - 2019-11-22

Added

  • Support for specific subnets with the subnets variable. #10

Changed

  • The region output depends on the google_computer_router_nat resource to enable a dependency graph between internal and external resources. #22

1.1.0 - 2019-10-02

Added

  • create_router variable toggles management of a google_compute_router resource within the module. #20

1.0.0 - 2019-07-30

Changed

  • Supported version of Terraform is 0.12. #12

0.1.0 - 2019-04-30

Added

  • Initial release