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

v1.20.1 cluster creation error #918

Closed
vamshisiddarth opened this issue Dec 21, 2020 · 7 comments
Closed

v1.20.1 cluster creation error #918

vamshisiddarth opened this issue Dec 21, 2020 · 7 comments

Comments

@vamshisiddarth
Copy link

vamshisiddarth commented Dec 21, 2020

Was trying to create the new cluster with v1.20.1 and got hit by below error. Could you please let me know if there is something that needs to be changed.

Error: .vars[“kubeconfig”]: value has marks, so it cannot be serialized

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

Environment

Platform: aws
OS: fedora-coreos
Release: v1.20.1

@dghubble
Copy link
Member

Upstream Terraform v0.14 (even as of v0.14.3) still has bugs related to rolling out their new sensitivity feature. See hashicorp/terraform#27342, hashicorp/terraform#27336

Typhoon (v1.20.1) version constraints guard against allowing Terraform v0.14, so you must have modified Typhoon to remove those guard rails.

@vamshisiddarth
Copy link
Author

Hey, thanks for the quick response. So, its recommended to use terraform version 0.13.0 only ?

@dghubble
Copy link
Member

Yes, its enforced, not just recommended.

@dghubble
Copy link
Member

@vamshisiddarth
Copy link
Author

Hey @dghubble I was trying to create the cluster v1.20.2 using Terraform v0.14.2 and it still gives the same error. Should we be making any additional changes to make this work?

For us, we were applying an override currently to address this. Just wanted to check how should we manage without the override.

@dghubble
Copy link
Member

You need Terrafor v0.14.4+ https://github.com/poseidon/typhoon/blob/master/CHANGES.md#v1202

@vamshisiddarth
Copy link
Author

Got it, thanks :)

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

2 participants