Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform 0.14: vars["cluster_ca_certificate"]: value has marks, so it cannot be serialized #761

Closed
nick4fake opened this issue Dec 8, 2020 · 2 comments

Comments

@nick4fake
Copy link
Contributor

With latest Terraform 0.14.1 we see the following issue:

Error: .vars["cluster_ca_certificate"]: value has marks, so it cannot be serialized

(possibly) relevant issue:
hashicorp/terraform#27095

@nick4fake
Copy link
Contributor Author

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.

@nick4fake
Copy link
Contributor Author

nick4fake commented Dec 8, 2020

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.

Looks like https://registry.terraform.io/providers/hashicorp/template/latest is archived so it was my fault for missing that fact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant