terraform-google-modules / terraform-google-bastion-host

Generates a bastion host VM compatible with OS Login and IAP Tunneling that can be used to access internal VMs
https://registry.terraform.io/modules/terraform-google-modules/bastion-host/google
Apache License 2.0
128 stars 92 forks source link

feat!: Bump instance template version to support terraform 14 #70

Closed onetwopunch closed 3 years ago

onetwopunch commented 3 years ago

Fixes #68 ~Blocked by: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/496 due to version constraint in gsuite_group and project_services submodules.~

Since the version of instance_template that supports terraform 14 has also required a minumum version of terraform 13, support for terraform 14 is a breaking change that is reflected in the updates to the version.tf files.

morgante commented 3 years ago

@onetwopunch You'll also have to update the examples/ and image version (in the Makefile and Cloud Build config).

onetwopunch commented 3 years ago

Yup in progress as we speak, just pushed too soon :)