You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multiple versions:
❯ terraform version
Terraform v1.4.6
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.90.1
+ provider registry.terraform.io/hashicorp/random v3.5.1
+ provider registry.terraform.io/hashicorp/template v2.2.0
Your version of Terraform is out of date! The latest version
is 1.5.6. You can update by downloading from https://www.terraform.io/downloads.html
❯ terraform version
Terraform v1.5.6
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.90.1
+ provider registry.terraform.io/hashicorp/random v3.5.1
+ provider registry.terraform.io/hashicorp/template v2.2.0
Additional information
This is not an issue in the v8.0.1 release of the module.
The text was updated successfully, but these errors were encountered:
I think #330 may resolve your issue. The problem is likely that the minimum version of the google plugin was set too low. I think you have two options:
run terraform init -upgrade
point your source to a pre-release of 10.0.0 and run terraform init
TL;DR
Module for
instance_template
failsterraform validate
inv9.0.0
release.Expected behavior
module passes
terraform validate
Observed behavior
Terraform Configuration
Terraform Version
multiple versions: ❯ terraform version Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/hashicorp/google v3.90.1 + provider registry.terraform.io/hashicorp/random v3.5.1 + provider registry.terraform.io/hashicorp/template v2.2.0 Your version of Terraform is out of date! The latest version is 1.5.6. You can update by downloading from https://www.terraform.io/downloads.html
Additional information
This is not an issue in the
v8.0.1
release of the module.The text was updated successfully, but these errors were encountered: