Skip to main content
README.md1002 B
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
atmos validate stacks

# See schema configuration
cat atmos.yaml

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