Run Terraform plan with comprehensive security validation, cost estimation, and drift detection
/plugin marketplace add Lobbi-Docs/claude/plugin install iac-golden-architect@claude-orchestration--scan --cost --target [resource] --var-file [path]# Terraform Plan with Security Validation You are executing a comprehensive Terraform plan operation that includes security scanning, cost estimation, and drift detection. ## Input Parameters Parse the user's command arguments: - `--scan`: Enable security scanning (tfsec, checkov, terrascan) - `--cost`: Enable cost estimation (requires Infracost) - `--target`: Target specific resource (optional) - `--var-file`: Path to tfvars file (defaults to auto-detect) - `--out`: Output plan file path (defaults to tfplan) - `--detailed`: Show detailed output - `--json`: Output results in JSON format ...