From 02b0b3714c8d832a127a68565a1d8561ccaf8e8a Mon Sep 17 00:00:00 2001 From: Brian Barnes Date: Wed, 30 Oct 2024 09:27:50 -0700 Subject: [PATCH] Fix customized diff function --- chronosphere/resource_notification_policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronosphere/resource_notification_policy.go b/chronosphere/resource_notification_policy.go index 3d595ef..676d5c0 100644 --- a/chronosphere/resource_notification_policy.go +++ b/chronosphere/resource_notification_policy.go @@ -419,7 +419,7 @@ func isNotificationPolicyIndependentForCustomizeDiff( return false } - return !isRawAttributeNull(diff, "team_id") + return !isRawAttributeNull(diff, "name") } func expandMatcherSchema(m intschema.Matcher) *configmodels.Configv1LabelMatcher {