00:00.0 / 00:00.0
README.md1.2 KB
View on GitHubExample: Demo Schemas
Validate stack configuration against JSON Schema before running Terraform.
Learn more about Validation.
What You'll See
- Schema from file - local JSON Schema
- Schema from internet - fetch from URL (schemastore.org)
- Inline schema - embedded in atmos.yaml
Try It
cd examples/demo-schemas# Validate all matched files against their schemasatmos validate schema
Key Files
| File | Purpose |
|---|---|
atmos.yaml | Schema definitions with three source types |
manifest.json | Local JSON Schema file |
config.yaml | Validated against local schema |
bower.yaml | Validated against remote schema |
inline.yaml | Validated against inline schema |