inwx / terraform-provider-inwx

INWX Terraform Provider plugin for Terraform
MIT License
19 stars 5 forks source link

[BUG] Manually removed records are not detected #30

Closed project0 closed 1 month ago

project0 commented 3 months ago

Checklist

Describe the bug

When a nameserver record is being removed manually (for example via the web console), the terraform provider is not detecting the change and assumes everything is ok.

Changing the content manually seem to be detect and is fine, so i wonder why not found resources are not detected.

To Reproduce Steps to reproduce the behavior:

  1. create a record with inwx_nameserver_record
  2. apply change
  3. delete record manually
  4. apply/plan terraform (no change)

Expected behavior Re-creation of the missing resource (dns record)

project0 commented 3 months ago

Also deleting the entry and updating the resource in terraform does not detect missing resource, apply wents through without any error.