You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netlify_site_domain_settings_changes fix update in place without changes (#121)
* fix: prevent drift in netlify_site_domain_settings resource
Fix constant drift detection in netlify_site_domain_settings by properly
handling null values from the API. The Read function now correctly sets
null values for empty optional fields instead of converting them to
empty strings, preventing Terraform from detecting false differences.
* test: prevent drift in netlify_site_domain_settings resource
0 commit comments