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
Currently unclear how to recreate the issue, but a terraform job was canceled (via ^c) during apply, PyTerraBackTYL responded with a 500 error while saving partial state. The canceled job gracefully exited and the resulting state was successfully saved. No error was generated in the log.
To help catch the exact cause, error messages should be logged in the Flask internal-server-error (500) error handler.
The text was updated successfully, but these errors were encountered:
I suspect this may be happening when the existing state exactly matches the one already in git (git pukes because there's no changes to push, nothing to do).
Currently unclear how to recreate the issue, but a terraform job was canceled (via ^c) during apply, PyTerraBackTYL responded with a 500 error while saving partial state. The canceled job gracefully exited and the resulting state was successfully saved. No error was generated in the log.
To help catch the exact cause, error messages should be logged in the Flask internal-server-error (500) error handler.
The text was updated successfully, but these errors were encountered: