Deployment Failures
When a deployment fails, the environment moves to the 'failed' status. Here's how to diagnose the cause and recover.
Reading the error log
Go to the request detail page. Click View Logs. The log shows every OpenTofu step with timestamps. Failed steps appear in red with the error message.
Common patterns to look for in the log:
✓
The Retrybutton re-runs OpenTofu from the current state — resources that were already created are preserved. You don't need to destroy and start over unless the VPC/network is in a broken state.