Skip to content

Commit

Permalink
fix: Remove force_new from masking_expression (Snowflake-Labs#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami authored and jtzero committed Aug 19, 2021
1 parent 77348dc commit 60efe31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/resources/masking_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ var maskingPolicySchema = map[string]*schema.Schema{
Type: schema.TypeString,
Required: true,
Description: "Specifies the SQL expression that transforms the data.",
ForceNew: true,
},
"return_data_type": {
Type: schema.TypeString,
Expand Down

0 comments on commit 60efe31

Please sign in to comment.