Back to Terragrunt

Report Schema File

docs/src/data/flags/report-schema-file.mdx

1.0.3363 B
Original Source

This is useful when you need a programmatic way to validate that the report conforms to an expected schema.

Example

bash
terragrunt run --all plan --report-schema-file report.schema.json

The schema will be generated at the given path in the current working directory.

For more information, see the Run Report feature.