README.md840 B
View on GitHubExample: Demo Atlantis
Generate Atlantis configuration for PR-based Terraform automation.
Learn more about Atlantis Integration.
What You'll See
- Atlantis repo config generation
- Custom commands for build automation
- Varfile generation for Atlantis projects
Try It
cd examples/demo-atlantis
# Generate Atlantis repo configuration
atmos atlantis generate repo-config --config-template config-1 --project-template project-1
# Or use the custom command
atmos atlantis build-all
Key Files
| File | Purpose |
|---|---|
atmos.yaml | Atlantis templates and custom commands |
stacks/ | Stack definitions that become Atlantis projects |