diagnose_terragrunt_error
Diagnose Terragrunt and Terraform errors by analyzing error messages to identify root causes and provide solutions for dependency cycles, state locks, provider issues, and HCL syntax.
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 |
|---|---|---|---|
| os | No | Operating system | |
| module | No | Module name | |
| backend | No | Backend type | |
| command | No | Command run | |
| version | No | Terragrunt version | |
| filePath | No | File path | |
| maxMatches | No | Max matches | |
| error_message | Yes | Error message | |
| minConfidence | No | Min confidence | |
| enrichWithDocs | No | Include debugging steps and documentation links in response | |
| enableFuzzyMatching | No | Fuzzy matching | |
| includeDestructiveCommands | No | Include destructive |