Today during tests i had to rebuild a vm. I tainted the ionoscloud_server resource. With the next apply, terraform destroys the old server and nic and creates a new nic, a new volume and a new server. But it dosn't create the old volume. The old volumes will be dangling around in the dcd without a server attached to it. I would expect that when i taint the resource, the volume is deleted and recreated as well.
Expected behavior
Taint a ionoscloud_server will also delete and recreate the current disk volume and not preserve the volume without any server
Description
Today during tests i had to rebuild a vm. I tainted the ionoscloud_server resource. With the next apply, terraform destroys the old server and nic and creates a new nic, a new volume and a new server. But it dosn't create the old volume. The old volumes will be dangling around in the dcd without a server attached to it. I would expect that when i taint the resource, the volume is deleted and recreated as well.
Expected behavior
Taint a ionoscloud_server will also delete and recreate the current disk volume and not preserve the volume without any server
Environment
Terraform version:
Provider version:
OS:
Configuration Files
How to Reproduce
References
server resource