Validate Infrastructure as Code
sdd_validate_iacGenerates a validation payload for Terraform or Bicep IaC configurations and routes it to the appropriate MCP server for plan, validate, or template validation.
Instructions
Generates a validation payload for Terraform MCP (plan/validate) or Azure MCP (template validation). The AI client routes this payload to the appropriate MCP server for execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| provider | No | IaC provider to use | terraform |
| cloud | No | Target cloud provider | azure |
| iac_dir | No | Directory containing IaC files to validate. Defaults to feature directory |