Closed onetwopunch closed 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.~
gsuite_group
project_services
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.
version.tf
@onetwopunch You'll also have to update the examples/ and image version (in the Makefile and Cloud Build config).
Yup in progress as we speak, just pushed too soon :)
Fixes #68 ~Blocked by: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/496 due to version constraint in
gsuite_group
andproject_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.