00:00.0 / 00:00.0
README.md983 B
View on GitHubExample: Demo Vendoring
Pull Terraform modules from GitHub, S3, or OCI registries with pinned versions.
Learn more about Vendoring.
What You'll See
- Vendor manifest defining component sources
- Multiple vendor sources from GitHub
- Version pinning with
refparameter - Modular vendor configs in
vendor.d/
Try It
cd examples/demo-vendoring# List available vendor sourcesatmos vendor list# Pull all vendored componentsatmos vendor pull# Pull a specific componentatmos vendor pull --component=weather
Key Files
| File | Purpose |
|---|---|
vendor.yaml | Main vendor manifest with component sources |
vendor.d/ | Modular vendor configurations |
vendor/ | Downloaded components (after atmos vendor pull) |