This message was deleted.
# general
s
This message was deleted.
s
This definitely sounds like a bug to me!
Do you happen to have the program that you used available still?
f
@stocky-spoon-28903 well, that’s on a private repo but I can definitely make a quick and short example if needed. In fact what you need to do is only create a new
gcp.container.Cluster
then try a
pulumi destroy
or even just commenting out the
Cluster
definition and run a
pulumi up
again.
s
Ok I’ll open an issue for this later this morning - the behaviour is not expected. Last question: what version of the provider, language package and CLI are you using?
f
Copy code
"@pulumi/gcp": "^0.16.0",
"@pulumi/kubernetes": "^0.18.0",
"@pulumi/pulumi": "^0.16.8"
Copy code
$ pulumi version
v0.16.8
s
Thanks.
FWIW I’m working on an update to the GCP provider this morning, so I’ll add more regression tests around this too
f
OK great, thanks ! Let me know if you need more information or if I can help to test anything