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 {