Skip to content

Releases: terraform-google-modules/terraform-google-vm

terraform-google-vm v6.5.0

08 Jun 16:42
cb91eb6
Compare
Choose a tag to compare

Features

  • compute_instance: added a variable to add/remove the hostname suffix for compute instance submodule (#177) (07970f9)

terraform-google-vm v6.4.0

03 May 18:56
d82fde9
Compare
Choose a tag to compare

Features

  • Add HTTPS health check support and use empty variables to indicate default names (#170) (5ca905b)
  • Add support for configuring autoscaler scale_in on MIGs (#166) (5c0f061)
  • Adds labels to boot and additional disks (#168) (9e930ce)

Bug Fixes

  • add sensitive setting for instances_details output (#164) (5837759)

terraform-google-vm v6.3.0

19 Apr 15:20
79bc74d
Compare
Choose a tag to compare

Features

  • Add confidential compute flags (#131) (615c8bc)
  • Add min_cpu_platform variable support (#161) (49829e8)
  • Add option to specify zone in compute_instance (#162) (e07828d)
  • Add support for guest_accelerator for the instance_template module (#160) (a535e13)

terraform-google-vm v6.2.0

15 Mar 23:37
f101b64
Compare
Choose a tag to compare

Features

Bug Fixes

  • Change GCE image project as "gce-uefi-images" is being deprecated. (#148) (04ac846)

terraform-google-vm v6.1.0

22 Feb 17:49
266cfb9
Compare
Choose a tag to compare

Features

  • Add module for creating scheduled snapshots for persistent disk (#139) (cedac01)
  • Allow IP assignment in instance templates (#118) (a53e140)
  • Allow overriding MIG name (#142) (75a8baa)

Bug Fixes

  • Add support for disk_name and device_name on additional_disks (#132) (a89a025)
  • disk snapshot working example (#145) (698d865)

terraform-google-vm v6.0.0

09 Dec 23:51
b21876a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Minimum Terraform version increased to 0.13.
  • Update default source image and family to latest CentOS 7 (#126)

Features

  • add TF 0.13 constraint and module attribution (#128) (d042aae)
  • adds an output for the health check self_links to be consumed by load balancer resources outside this module (#119) (ae4d777)
  • Update default source image and family to latest CentOS 7 (#126) (6310016)

terraform-google-vm v5.1.0

07 Oct 17:05
1d569d8
Compare
Choose a tag to compare

Features

terraform-google-vm v5.0.0

25 Sep 22:02
78ad70c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • UMIG: var.access_config has been changed to a 2D array, with a separate element for each VM.

Bug Fixes

  • UMIG: access_config should be 2D array (#111) (69f7520)
  • relax version constraints to enable terraform 0.13.x compatibility (#108) (6fb2b42)
  • Terraform version upgrade for compute_instance module from 0.12.6 to 0.12.7 (#103) (7a21e78)

terraform-google-vm v4.0.0

22 Jul 20:07
e942ccd
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • instance_redistribution_type must now be specified for update policies.

Features

  • Add stateful disk support (#90) (645e845)
  • Add wait_for_instances and configurable timeout support for mig (#96) (10a23b7)

terraform-google-vm v3.0.0

27 May 20:59
4424b23
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The preemptible_and_regular_instance_templates modules have had name_prefixes renamed, forcing instances to be recreated.

Features

  • Add support for assigning public IPs directly to instances. (#83) (dde01ff)

Bug Fixes

  • Correct names for instances in preemptible and regular instance module (#81) (5a6ec12)