Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Example: Quick Start Simple

Minimal Atmos setup with a single component and three environments.

Learn more in the Quick Start Guide.

What You'll See

Try It

cd examples/quick-start-simple

# List all stacks
atmos list stacks

# Describe the weather component in dev
atmos describe component weather -s dev

# Plan the weather component
atmos terraform plan weather -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/weather/ Simple Terraform component