elegant-oyster-42272
09/22/2024, 7:42 AMesc
error message telling me that I was using an environment that references the stage I just removed. If you have this issue, check your esc
environment to make sure you aren't using an environment with an app:
reference to the very environment you are trying to pulumi up
---
pulumi stack rm --force
pulumi up
to recreate the stack, we're getting:error: getting stack configuration: opening environment: [0]
Diags: missing Stack resource
pulumi refresh
and pulumi destroy
to try and completely remove the stack, but there's something preventing us from creating a new Stack resourceelegant-oyster-42272
09/22/2024, 7:51 AMpulumi stack rm --force
because we got a snapshot integrity failure and thought we could manually delete a vpc from amazon and then call pulumi stack rm
elegant-oyster-42272
09/22/2024, 2:53 PMelegant-oyster-42272
09/22/2024, 3:02 PMpulumi stack export
{
"version": 1,
"deployment": {
"manifest": {
"time": "0001-01-01T00:00:00Z",
"magic": "",
"version": ""
}
}
}