Cloud-Temple / terraform-provider-cloudtemple

Cloud Temple CSP Terraform Provider
https://cloud-temple.com
Mozilla Public License 2.0
8 stars 1 forks source link

Error when replacing a tag on a virtual machine #132

Closed aherbelin closed 4 months ago

aherbelin commented 4 months ago

Hello,

When replacing a tag, the delete action forces the tf to fall into error -> return 201 You must restart an apply to continue execution. For each delete, a 201 error is returned.

Error : failed to delete tag: Unexpected response code: 201 ()

Additional context The latest version of the provider is well used (0.12.4-rc.2).

Thanks.