All notable changes to this project will be documented in this file. See conventional-commits for commit guidelines.
4.0.0 (2020-06-23)
- instance_redistribution_type must now be specified for update policies.
- Add stateful disk support (#90) (645e845)
- Add wait_for_instances and configurable timeout support for mig (#96) (10a23b7)
3.0.0 (2020-05-27)
- The preemptible_and_regular_instance_templates modules have had name_prefixes renamed, forcing instances to be recreated.
2.1.0 (2020-03-05)
2.0.0 (2020-01-31)
- Health check variables and resources were reorganized in this backwards-incompatible release. See the upgrade guide for details.
1.4.1 (2020-01-21)
- Replace health check related variables with a single object type parameter called
health_check
on themig
andmig_with_percent
submodules. #56
1.4.0 - 2020-01-08
access_config
variable on theumig
submodule. #57
- The required Terraform provider versions are enforced. #52
1.3.0 - 2019-12-09
- Output for
tags
frominstance_template
[#33]
1.2.0 - 2019-11-28
access_config
variable on theinstance_template
andpreemptible_and_regular_instance_templates
submodules. #43
1.1.1 - 2019-10-25
- Fix bug with
distribution_policy_zones
forcing permadiff. #37
1.1.0 - 2019-10-23
- Added variable
project_id
. #26 preemptible_and_regular_instance_templates
submodule. #18mig_with_percent
submodule. #19- Support for shielded VMs. #38
1.0.0 - 2019-07-31
preemptible
variable on the Instance Template submodule. #14
- Supported version of Terraform is 0.12. #16
0.2.0 - 2019-05-30
instance_group
output on themig
submodule. #10
0.1.0 - 2019-04-30
instance_template
,mig
, andumig
modules- examples, basic tests and fixtures for all modules