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

[Feature]: Snowflake role tagging #3424

Closed
1 task
soham-shah-1 opened this issue Feb 27, 2025 · 0 comments
Closed
1 task

[Feature]: Snowflake role tagging #3424

soham-shah-1 opened this issue Feb 27, 2025 · 0 comments
Labels
feature-request Used to mark issues with provider's missing functionalities

Comments

@soham-shah-1
Copy link

soham-shah-1 commented Feb 27, 2025

Company Name

Faire

Use Cases or Problem Statement

Snowflake roles can be tagged:
'''
CREATE ROLE TEST_ROLE WITH TAG TEST_TAG
'''
Snowflake docs

Would like to see tag as an optional field inside the snowflake_account_role resource

Category

category:resource

Object type(s)

No response

Proposal

Complete (with every optional set)

resource "snowflake_account_role" "complete" {
name = "role_name"
comment = "my account role"
tags = []
}

tags can be a list of strings or refrences to snowflake_tag resources

How much impact is this issue causing?

Low

Additional Information

No response

Would you like to implement a fix?

  • Yeah, I'll take it 😎
@soham-shah-1 soham-shah-1 added the feature-request Used to mark issues with provider's missing functionalities label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Used to mark issues with provider's missing functionalities
Projects
None yet
Development

No branches or pull requests

1 participant