Allow conditional masking application in table resource #1799
Labels
category:resource
feature-request
Used to mark issues with provider's missing functionalities
resource:table_column_masking_policy_application
Issue connected to the snowflake_table_column_masking_policy_application resource
Is your feature request related to a problem? Please describe.
v0.64.0
added the ability to add conditional masking policies. Unfortunately there doesn't appear to be a way to apply those masking policies. Themasking_policy
variable in thecolumn
block of a table doesn't allow you to add ausing()
clause, which is needed to apply a conditional mask.Describe the solution you'd like
It probably makes the most sense to use the
snowflake_table_column_masking_policy_application
resource, replacing thecolumn
string with a signature block that matches themasking policy
schema.Describe alternatives you've considered
rewrite the
masking_policy
variable in the column block of the table resource.Additional context
The text was updated successfully, but these errors were encountered: