Skip to content

Don't update netlify_site_domain_settings each time terraform apply changes, if there are no changes #127

@michailw

Description

@michailw

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)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions