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
Hashicorp released v0.14 yesterday and this module is preventing us from updating. Looking at the errors it seems like only the version constraint prevents it from working with Terraform v0.14 (there's also a small syntax warning)
Warning: Version constraints inside provider configuration blocks are deprecated
on .terraform/modules/web.gke/modules/beta-private-cluster-update-variant/auth.tf line 30, in provider "kubernetes":
30: version = "~> 1.10, != 1.11.0"
Terraform 0.13 and earlier allowed provider version constraints inside the
provider configuration block, but that is now deprecated and will be removed
in a future version of Terraform. To silence this warning, move the provider
version constraint into the required_providers block.
Error: Unsupported Terraform Core version
on .terraform/modules/web.gke/modules/beta-private-cluster-update-variant/versions.tf line 18, in terraform:
18: required_version = ">=0.12.6, <0.14"
Module module.web.module.gke (from
terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster-update-variant)
does not support Terraform version 0.14.0. To proceed, either choose another
supported Terraform version or update this version constraint. Version
constraints are normally set for good reason, so updating the constraint may
lead to other errors or unexpected behavior.
The text was updated successfully, but these errors were encountered:
Hashicorp released v0.14 yesterday and this module is preventing us from updating. Looking at the errors it seems like only the version constraint prevents it from working with Terraform v0.14 (there's also a small syntax warning)
The text was updated successfully, but these errors were encountered: