OneLinersCommand workbench
Guides
Operational guides

Complete procedures with a way back.

Searchable, versioned procedures with prerequisites, verification, concrete output, and rollback.

Guides
237
Favorites
0
237 launch guides · 2543 reviewed steps
2 of 237 guides

Cloud & Infrastructure · DevOps & CI/CD · Incident Response & Troubleshooting

Fix Terraform Error: Provider configuration not present safely

Terraform Error: Provider configuration not present means state still associates one or more managed resource instances with a provider configuration address that the current root module can no longer supply. The missing object may be a deleted child-module provider block, a removed alias, an absent module call, or a changed provider source. Repair the execution context before planning any infrastructure change.
Save to collectionCreate a collection in the sidebar first.
danger75 minadvanced11 stepsTerraform CLI

Cloud & Infrastructure · DevOps & CI/CD · Incident Response & Troubleshooting

Recover safely from Terraform Error acquiring the state lock

Terraform Error acquiring the state lock means the configured backend refused a potentially state-writing operation because another lock exists or the lock service is unavailable. The safe response is to identify the exact backend, workspace, lock owner, and active run before considering force-unlock.
Save to collectionCreate a collection in the sidebar first.
danger50 minadvanced11 stepsTerraform CLI