Skip to content

Commit

Permalink
Fix customized diff function
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarnes52 committed Oct 30, 2024
1 parent 164677a commit 02b0b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronosphere/resource_notification_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ func isNotificationPolicyIndependentForCustomizeDiff(
return false
}

return !isRawAttributeNull(diff, "team_id")
return !isRawAttributeNull(diff, "name")
}

func expandMatcherSchema(m intschema.Matcher) *configmodels.Configv1LabelMatcher {
Expand Down

0 comments on commit 02b0b37

Please sign in to comment.