From 60efe3148ef6b73512ea0c4b00ec1e36443243e8 Mon Sep 17 00:00:00 2001 From: Allison Doami Date: Thu, 24 Jun 2021 10:18:32 -0700 Subject: [PATCH] fix: Remove force_new from masking_expression (#588) --- pkg/resources/masking_policy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/resources/masking_policy.go b/pkg/resources/masking_policy.go index cd08798c53..ef24a55be5 100644 --- a/pkg/resources/masking_policy.go +++ b/pkg/resources/masking_policy.go @@ -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,