Skip to main content
atmos validate schema
 
00:00.0 / 00:00.0
README.md1.2 KB
View on GitHub

Example: Demo Schemas

Validate stack configuration against JSON Schema before running Terraform.

Learn more about Validation.

What You'll See

Try It

cd examples/demo-schemas

# Validate all matched files against their schemas
atmos validate schema

Key Files

FilePurpose
atmos.yamlSchema definitions with three source types
manifest.jsonLocal JSON Schema file
config.yamlValidated against local schema
bower.yamlValidated against remote schema
inline.yamlValidated against inline schema

Related Documentation