You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the previous resource snowflake_role_grantsdoc (now deprecated) you could assign one role to another by means of a list of strings, which made it very convenient.
Now with the new resource snowflake_grant_account_roledoc a string list is not allowed in the parameter parent_role_name and user_name, this makes it very complicated to use this resource in a comfortable way, neither a dynamic block can be used since it is not a block (string list).
Proposal
It would be nice to be able to use a string list in the parameters parent_role_name and user_name.
How much impact is this issue causing?
Medium
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Terraform CLI and Provider Versions
terraform: 1.7.5
Snowflake provider: 0.88.0
Use Cases or Problem Statement
With the previous resource
snowflake_role_grants
doc (now deprecated) you could assign one role to another by means of a list of strings, which made it very convenient.Now with the new resource
snowflake_grant_account_role
doc a string list is not allowed in the parameter parent_role_name and user_name, this makes it very complicated to use this resource in a comfortable way, neither a dynamic block can be used since it is not a block (string list).Proposal
It would be nice to be able to use a string list in the parameters parent_role_name and user_name.
How much impact is this issue causing?
Medium
Additional Information
No response
The text was updated successfully, but these errors were encountered: