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

Improved use of snowflake_grant_account_role resource with list(string) #2729

Closed
alvarosaavedrau opened this issue Apr 19, 2024 · 2 comments
Closed
Assignees

Comments

@alvarosaavedrau
Copy link
Contributor

alvarosaavedrau commented Apr 19, 2024

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

@alvarosaavedrau alvarosaavedrau added the feature-request Used to mark issues with provider's missing functionalities label Apr 19, 2024
@sfc-gh-jcieslak
Copy link
Collaborator

Hey @alvarosaavedrau, please take a look at this issue #2668.

@sfc-gh-jcieslak sfc-gh-jcieslak added category:grants and removed feature-request Used to mark issues with provider's missing functionalities labels May 20, 2024
@sfc-gh-jcieslak
Copy link
Collaborator

Closing as it's duplicate of mentioned issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants