Releases: terraform-google-modules/terraform-google-vm
Releases · terraform-google-modules/terraform-google-vm
v13.0.0
13.0.0 (2024-12-17)
⚠ BREAKING CHANGES
- make project_id and region as required input for instance_template (#455)
- make project_id as required input for modules/mig and update apphub_workload_uri… (#453)
Features
- add apphub_workload_uri output variable and update metadata (#451) (fa80759)
Bug Fixes
- make project_id and region as required input for instance_template (#455) (2b8b2b3)
- make project_id as required input for modules/mig and update apphub_workload_uri… (#453) (0c9d75b)
v12.1.2
12.1.2 (2024-12-01)
Bug Fixes
- update the alt default value with correct type (#446) (78a223b)
v12.1.1
12.1.1 (2024-11-27)
Bug Fixes
- Update variable's order in variables.tf and update display met… (#444) (99a2395)
v12.1.0
12.1.0 (2024-10-22)
Features
- add confidential computing example for intel arch (#435) (cf84229)
- add org policies to confidential computing example (#427) (c5788d0)
v12.0.0
12.0.0 (2024-09-09)
⚠ BREAKING CHANGES
- TPG>=5.36: add confidential_instance_type to instance_template module (#416)
- variables: allow optional attributes for update_policy object (#407)
Features
- add confidential computing example (#421) (ddb6985)
- add disk resource policies (#412) (c5409d2)
- deps: Update Terraform Google Provider to v6 (major) (#425) (b9b818e)
- instance_template: supporting template and generated instance description (#388) (7ed3780)
- TPG>=5.36: add confidential_instance_type to instance_template module (#416) (1073c39)
- Update instance template var.additional_disks to include all fields being passed to API (#399) (73dc845)
Bug Fixes
- For error_message of variable - maintenance_interval (#411) (40502fd)
- mark instances_details as sensitive (#389) (c923bfe)
- variables: allow optional attributes for update_policy object (#407) (6769c24)
v11.1.0
11.1.0 (2024-03-11)
Features
- mig labels & most disruptive update policy action update (#381) (61ba9bf)
v11.0.0
11.0.0 (2024-02-20)
⚠ BREAKING CHANGES
- TPG>=5.5: support setting maintenance_interval in instance_template (#357)
Features
- change default distro image from CentOS 7 to Rocky Linux 9 (#375) (94c9c48)
- TPG>=5.5: support setting maintenance_interval in instance_template (#357) (c7b47bc)
Bug Fixes
- deps: Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.12.0 (#380) (74c9d43)
v10.1.1
10.1.1 (2023-10-27)
Bug Fixes
- upgraded versions.tf to include minor bumps from tpg v5 (#350) (677b27b)
v10.1.0
10.1.0 (2023-09-29)
Features
- add var.resource_policies to instance_template (#317) (d959936)
- support source_snapshot for additional_disks (#341) (76e9c19)
Bug Fixes