Skip to main content
README.md840 B
View on GitHub

Example: Demo Atlantis

Generate Atlantis configuration for PR-based Terraform automation.

Learn more about Atlantis Integration.

What You'll See

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

FilePurpose
atmos.yamlAtlantis templates and custom commands
stacks/Stack definitions that become Atlantis projects

Related Documentation