ThalesGroup / terraform-provider-ciphertrust

The CipherTrust Terraform Provider allows for the incorporation of CipherTrust Cloud Key Manager functionality into a CI/CD pipeline.
Apache License 2.0
6 stars 4 forks source link

Destroy don't delete public key #2

Closed luigi-vezzoso closed 1 year ago

luigi-vezzoso commented 2 years ago

Hi,

I tested TF destroy command over CipherTrust RSA key pairs and I find that public key is not removed by the destroy action.

This generate a series of issue (i.e. I cannot create that key again due existence of the public key) etc.

Waqar-Ahmed-ThalesGroup commented 2 years ago

Thanks for feedback. We will look into it right away.

Waqar-Ahmed-ThalesGroup commented 1 year ago

It is a valid issue. It being fixed as we speak. Revised TF Provider should be available for download in next couple of days max.

Waqar-Ahmed-ThalesGroup commented 1 year ago

version 0.9.0-beta7 with fix included has been published (https://registry.terraform.io/providers/ThalesGroup/ciphertrust/latest).

luigi-vezzoso commented 1 year ago

I just checked the new version and the issue is solved. Thank You very much for quick response.

luigi-vezzoso commented 1 year ago

solved