Skip to content

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

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)

terraform-google-vm v2.1.0

05 Mar 04:06
1c0ec45
Compare
Choose a tag to compare

Features

  • Allow the use of Google provider v3.x (#78) (eea5267)

Bug Fixes

  • Set target_size to null when autoscaling is enabled in MIG (#65) (dd71466), closes #64

terraform-google-vm v2.0.0

31 Jan 17:18
6cfd40a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Health check variables and resources were reorganized in this backwards-incompatible release. See the upgrade guide for details.

Features

  • Change the readme formatting (f2e87b3)
  • Fix healthchecks inconsistency. (#56) (5926dfc)

Release v1.4.1

21 Jan 21:35
1c0616f
Compare
Choose a tag to compare
Chore: Add changelog + generation (#66)

* Chore: fix changelog

* Add workflows for releasing

v1.4.0

08 Jan 18:44
53e63b2
Compare
Choose a tag to compare
Add #52, 1.4.0 to CHANGELOG

v1.3.0

09 Dec 19:07
a8795e3
Compare
Choose a tag to compare
Merge pull request #49 from onetwopunch/33-target-tags

Add tags as an output to ease integration