complyform validate
Confirm that patched Terraform state passes compliance checks.
complyform validate [options]Options
Section titled “Options”| Flag | Type | Default | Description |
|---|---|---|---|
--frameworks | string | all configured | Validate against specific framework |
--fix | bool | false | Auto-apply safe remediations for failed controls (checks marked auto_fix_safe: true only) |
--format | json|terminal|html|sarif | terminal | Report format. SARIF = v2.1.0 (all tiers). |
Examples
Section titled “Examples”Validate after remediation:
complyform validateValidate a specific framework:
complyform validate --frameworks=soc2Auto-fix safe issues:
complyform validate --fixAfter generating greenfield configs with complyform generate, run complyform validate to verify compliance.