00:00.0 / 00:00.0
README.md1005 B
View on GitHubSource Provisioning
Demonstrates JIT (Just-in-Time) source provisioning from both local and remote sources.
Components
| Component | Source Type | URI |
|---|---|---|
weather | Local | ../demo-library/weather |
ipinfo | Remote | github.com/cloudposse/atmos//examples/demo-library/ipinfo |
Usage
cd examples/source-provisioning# Local source - no network requiredatmos terraform plan weather --stack dev# Remote source - vendors from GitHubatmos terraform plan ipinfo --stack dev# List provisioned workdirsatmos terraform workdir list
Key Concepts
- Local Paths - Relative paths like
../demo-library/weather - Remote URIs - GitHub URLs with version pinning
- Workdir Isolation - Both types provision to
.workdir/
Cleanup
rm -rf .workdir/