ionos-cloud/terraform-provider-ionoscloud

Sync server missing primary nic returns 404 error

Syndlex opened this issue · 0 comments

Description

When synchroning the remote state of a server where the primary nic was deleted we get a 404 error.

Expected behavior

Sync the nics of the server before and remove primary nic uuid when nic does not exist.

Configuration Files

How to Reproduce

  1. Create a IONOS server in Terraform with a nic.
  2. Go into the dcd and remove the nic from the server. And provisions this new State.
  3. Build plan / Terraform refresh will now throw a 404 Ressource not found.

Error and Debug Output

Additional Notes

You can go around this problem with pulling the state. Removing the primary nic and pushing the state again.

I needed this because when changed the lan configuration and the lan could not be removed because of existing nics within the lan.

References