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
BTW, just not to forget, there is also another minor issue:
Warning: Version constraints inside provider configuration blocks are deprecated
k8s/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.
Regarding original issue: looks like it is related to a bug in hashicorp/template and has nothing to do with the GKE module itself. I am closing this one.
With latest Terraform 0.14.1 we see the following issue:
(possibly) relevant issue:
hashicorp/terraform#27095
The text was updated successfully, but these errors were encountered: