Is your feature request related to a problem? Please describe.
No, but after you added these 2 resources, now we cannot use arrays to create the hierarchy between users and roles, and between roles and roles, now we have create a new resource for each assignment.
Describe the solution you'd like
I like to be able to add users and roles in bulk using arrays.
for snowflake_grant_privileges_to_account_role, I like to be able to add more than one object when granting privilages, like instead of doing 3 different resources to grant select privilage to 3 different objects, having the capability of adding multiple privilages to multiple roles.
Is your feature request related to a problem? Please describe. No, but after you added these 2 resources, now we cannot use arrays to create the hierarchy between users and roles, and between roles and roles, now we have create a new resource for each assignment.
Like with snowflake_role_grants we used to have:
and now we to create 3 different resource like this:
Describe the solution you'd like I like to be able to add users and roles in bulk using arrays. for snowflake_grant_privileges_to_account_role, I like to be able to add more than one object when granting privilages, like instead of doing 3 different resources to grant select privilage to 3 different objects, having the capability of adding multiple privilages to multiple roles.