-
Notifications
You must be signed in to change notification settings - Fork 8
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
2.0 GCP terraform provider new install - invalid or unknown key: labels #24
Comments
This is resolved by d2iq-archive/dcos-docs-site#2023 |
Has the mesosphere team considered just using the "google-beta" provider instead? I see in other issue threads that you're saying "labels was deprecated". It wasn't deprecated, it was just moved to the "google-beta" terraform provider. So there is another choice on the table of switching your terraform modules to use that provider instead. Have you guys considered that? @bernadinm |
The latest GCP terraform provider 2.0 does not support labels, causing new installs to fail.
From the slack channel a temporary work-around is to force the 1.18.0 provider version in main.tf:
The text was updated successfully, but these errors were encountered: