Verified diagnostic signature
re-add the provider configuration to destroy
Terraform state still associates a managed resource with a provider configuration address that the current module graph cannot supply. Match this output from terraform, then continue with sourced, read-only checks.
- Confidence
- high
- Platforms
- linux · macos · windows
- Verified
- 2026-07-24
Recognized output
Signature matched locally
re-add the provider configuration to destroyOneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.
Likely causes
What usually produces this signal
- A module or nested provider block was removed before its resources were migrated or destroyed
- An aliased provider configuration or parent-to-child providers map was removed
- The current root module, workspace, backend, or configuration revision differs from the failed run
- A provider source migration was mixed with an alias or module-scope refactor
Safe next checks
Collect evidence before changing the system
Show Terraform provider requirements
terraform providersThe output matches the expected target and exits without an error.
Validate Terraform configuration files
terraform validateThe output matches the expected target and exits without an error.
Show the current user and group identities
idThe output matches the expected target and exits without an error.
Related signals