00:00.0 / 00:00.0
README.md1.3 KB
View on GitHubExample: Quick Start Simple
Minimal Atmos setup with a single component and three environments.
Learn more in the Quick Start Guide.
What You'll See
- Basic stack configuration with dev, staging, and prod environments
- A simple Terraform component (
station) - Catalog pattern for shared component defaults
Try It
cd examples/quick-start-simple# List all stacksatmos list stacks# Describe the station component in devatmos describe component station -s dev# Plan every component in dev (there is one in this minimal quick start).atmos terraform plan --all -s dev
Key Files
| File | Purpose |
|---|---|
atmos.yaml | Minimal Atmos configuration |
stacks/deploy/ | Environment-specific stack files (dev, staging, prod) |
stacks/catalog/ | Shared component defaults |
components/terraform/station/ | Simple Terraform component |