Skip to content

Conversation

@remyleone
Copy link
Member

No description provided.

}

func suppressSDKNullAssignment(k, old, new string, d *schema.ResourceData) bool {
return new == "" && old != ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return new == "" && old != ""
return (new == "" && old != "") || (old == "" && new != "")

@remyleone remyleone closed this Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants