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.0.1 (2024-04-11)
2.0.0 (2023-04-06)
- add Terraform 0.13 constraint and module attribution (#25)
1.0.1 (2022-05-09)
1.0.0 - 2020-01-09
This is a breaking release. See the upgrade guide for details.
- Removed submodules
default_instance
andgpu_instance
in favor of a single, backwards compatible,instance
module. [#14]
0.4.0 - 2019-12-18
- The
enable_secure_boot
variable. #9
0.3.0 - 2019-12-05
- The
labels
variables on thegpu_instance
submodule and thedefault_instance
submodule. #7
0.2.0 - 2019-11-12
create_fw_rule
variable to toggle creation of the firewall rule. #4append_to_startup_script
variable to add additional, custom logic to the startup script. #3
0.1.0 - 2019-10-22
- Initial release