You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if environment is disconnected for any specific reason and the user runs 'terraform destroy' no resources are actually removed/destroyed, but the env is moved to 'pending deletion' state.
Since no resources are able to be removed due to disconnection, then it would make sense to add some kind of warning for the user that the env is disconnected and there is no point to run terraform destroy and eventually environment shouldnt be moved to 'pending deletion' state either.
The text was updated successfully, but these errors were encountered:
I faced this issue when I ran the terraform destroy, while reconciler hadnt finished and the env was not connected. But it could happen for any other reason.
if environment is disconnected for any specific reason and the user runs 'terraform destroy' no resources are actually removed/destroyed, but the env is moved to 'pending deletion' state.
Since no resources are able to be removed due to disconnection, then it would make sense to add some kind of warning for the user that the env is disconnected and there is no point to run terraform destroy and eventually environment shouldnt be moved to 'pending deletion' state either.
The text was updated successfully, but these errors were encountered: