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

Error: "node_config.0.taint" - module doesn't work with 2.0.0 google provider #86

Closed
mkubaczyk opened this issue Mar 4, 2019 · 4 comments

Comments

@mkubaczyk
Copy link
Contributor

mkubaczyk commented Mar 4, 2019

Error: module.demo-euw1.google_container_node_pool.zonal_pools: "node_config.0.taint": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.

Error: module.test-euw1.google_container_node_pool.zonal_pools: "node_config.0.taint": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.

Deprecation warnings from 1.20.0 google provider became errors for 2.0.0, as expected. To fix this we might need to change the way providers are defined inside the module, right? Any quick fix for such thing?

@morgante
Copy link
Contributor

morgante commented Mar 4, 2019

The module isn't currently compatible with 2.0.0, so in the interim the only fix is to pin your provider version.

You can see an example of doing so here: #27 (comment)

@mkubaczyk
Copy link
Contributor Author

Thanks, @morgante, that is more than enough for now. :-)

@morgante
Copy link
Contributor

morgante commented Mar 5, 2019

Closing in favor of #27.

@morgante morgante closed this as completed Mar 5, 2019
@wadadli
Copy link

wadadli commented Mar 19, 2019

I tried the instructions in #27 and they no longer work. Did something change?

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

3 participants