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.
2.7.0 (2020-06-24)
2.6.0 (2020-06-11)
- Disk size and type variable override [#39]
- Service Account variable override [#38]
- Added image variable [#37]
- Add name_prefix variable for instance template [#35]
- Bump Google provider version to 3.15
- Remove google-beta provider since it's no longer needed
- Added type annotations to variables [#34]
- Bumped Google provider to 3.4
- Pulled IAP Tunnelling into separate module [#29]
- Added submodule and example for
bastion-group
[#27]
- Fixed deprecation warnings due to quotes
- Added more integration tests
1.0.0 - 2019-11-22
- Breaking: Fixed issue with recreating custom roles by appending a random ID. Existing users can set
random_role_id
tofalse
to avoid recreating the custom role. #16
0.2.0 - 2019-11-11
- Add support for img family, img project, shielded_vm. #10
- Added support for setting Shared VPC firewall rules. #6
- Fixed issue with using
scopes
variable. #7
0.1.0 - 2019-08-02
- Initial release