Hi, I got netlify_site_domain_settings resource which doesn't change. However, each time I apply changes to my infrastructure, Terraform wants to change the last_updated attribute of this particular resource. Anything else remains the same. Could you please make a fix that stops spawning changes if they aren't necessary?
Example of my terraform plan:
resource "netlify_site_domain_settings" "domain" {
~ last_updated = "Monday, 04-Aug-25 13:56:30 CEST" -> (known after apply)
# (5 unchanged attributes hidden)
}