Error: Invalid provider configuration when moving from snowflake_<object>_grant to snowflake_grant_privileges_to_role #2022
Unanswered
florencewambui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading Snowflake Provider version to ~> 0.68.2, we get deprecation warnings for schema, warehouse and view objects. An example of warehouse deprecation warning:
In an effort to move to
snowflake_grant_privileges_to_role
, I updated warehouses.tf from:to
Upon running Terraform Plan, I get these errors:
Our current provider.tf is set up as follows:terraform {
We have variables account, region, username and private_key in Terraform Cloud workspace variables. We have variables.tf set up as:
How do I resolve the aforementioned error?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions