Did anybody try to destroy a stack containing a Cr...
# google-cloud
c
Did anybody try to destroy a stack containing a CryptoKey? I’m unable to do that AT ALL, the object is in “destroyed” state in GCP but it’s never deleted (from my understanding it can’t be deleted) https://github.com/pulumi/pulumi-gcp/issues/587
b
It can't be deleted, no - this is a limitation of the upstream GCP API. It does look like we aren't handling this well, thanks for the bug report
c
@billowy-army-68599 How can I overcome this at the moment? I need to have the ability to destroy these stacks without any manual work (i.e delete the CrytpoKey from the state)
@billowy-army-68599 Any update regarding the issue? I’m unable to destroy GCP stacks at the moment 😕
b
I don't have an update here I'm afraid, you'll have to
pulumi state delete
the key