civo / terraform-provider-civo

Terraform Civo provider
https://www.civo.com
Mozilla Public License 2.0
65 stars 51 forks source link

[BUG] updating the DNS on the network resource does nothing #235

Open fernando-villalba opened 1 week ago

fernando-villalba commented 1 week ago

Description

If you change the DNS config after creating a network resource, the changes do not get applied.

resource "civo_network" "test-issue" {
    label = "test-something3"
    #  nameservers_v4 = ["9.9.9.9"] # uncomment this and apply again after creation
}

Moreover, terraform insists on removing existing DNS settings on every apply which it shouldn't do, but actually when you apply it doesn't do it. This behaviour has been described on this issue

image

Acceptance Criteria

Screenshots

No response

Additional information

No response