We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Faire
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
snowflake_account_role
category:resource
No response
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
Low
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
resourceCategory
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?
The text was updated successfully, but these errors were encountered: