Closed insani4c closed 7 months ago
Hey 👋
Closing the issue as it's referring to the deprecated resource and we're not supporting them. Please, try to use the latest provider version with the non-deprecated resources (e.g. snowflake_grant_privileges_to_account_role
). If the issue persists on the non-deprecated resource, please create a new GitHub issue. The migration guide may help during migration to the latest resources.
Provider Version
0.66
Terraform Version
1.4
Describe the bug
When trying to grant
RESOLVE ALL
with thesnowflake_account_grant
resource, the following error is returned:In the Snowflake console, the following SQL statement is however valid:
grant resolve all on account to role SOME_ROLE_NAME
;RESOLVE ALL
permission on a role is required for instance to see schemas (which are not owned by the role, but to which the role might haveUSAGE
permissions)Expected behavior
RESOLVE ALL
is accepted as value for theprivilege
key insnowflake_account_grant
Code samples and commands