diagnose_terragrunt_error
Diagnose Terragrunt and Terraform errors with root cause analysis and solutions for dependency cycles, state locks, provider issues, and HCL syntax problems.
Instructions
Diagnose Terragrunt and Terraform error messages with root cause analysis and solutions. Handles dependency cycles, state lock errors, provider issues, and HCL syntax problems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error_message | Yes | Error message | |
| command | No | Command run | |
| version | No | Terragrunt version | |
| os | No | Operating system | |
| filePath | No | File path | |
| module | No | Module name | |
| backend | No | Backend type | |
| maxMatches | No | Max matches | |
| minConfidence | No | Min confidence | |
| enableFuzzyMatching | No | Fuzzy matching | |
| enrichWithDocs | No | Include debugging steps and documentation links in response | |
| includeDestructiveCommands | No | Include destructive |