Closed kanomaxb closed 1 week ago
It looks like when the masking policy is stored in snowflake, it will truncate newlines on the last line of text. If you wrap the multi-line string in a chomp, then terraform shows no difference.
Hi, I'm sorry for the late response. We've released v0.96.0, which includes adjusting and fixing row access policies. Please upgrade with the migration guide.
Closing the issue due to inactivity.
Provider Version
0.36
Describe the bug
When masking policy is created using multiline string, like this:
then it is updated each time. The plan claim that it needs to replace
case
with the whole expressionExpected behavior
Plan should be empty when no change in masking expression is made.