When developing, stacks are constantly created dev/test environments. However, in a lot of cases one of the FDIs are failing (that's why we are testing).
stackl delete should remove the instance from the stackl get list, even if the instance is failing (bad plan or bad role)
Actual Result
Error occurs during one of the pods, blocking from the instance being deleted.
Potential Causes, Fixes or Additional Information
Provide a way to hard delete the instance from the CLI, when stackl can't do this cleanly, the user should be warned that any remaining resources should be removed manually (which at this point would be already been done anyways).
Expected Result
When developing, stacks are constantly created dev/test environments. However, in a lot of cases one of the FDIs are failing (that's why we are testing).
stackl delete
should remove the instance from thestackl get
list, even if the instance is failing (bad plan or bad role)Actual Result
Error occurs during one of the pods, blocking from the instance being deleted.
Potential Causes, Fixes or Additional Information
Provide a way to hard delete the instance from the CLI, when stackl can't do this cleanly, the user should be warned that any remaining resources should be removed manually (which at this point would be already been done anyways).