Skip to main content
vendor1.yaml550 B
View on GitHub
apiVersion: atmos/v1
kind: AtmosVendorConfig
metadata:
name: vendor-test-1
description: |
Demo vendor configuration showcasing the structure and usage of Atmos vendor configs.
This example demonstrates component sourcing from GitHub repositories with versioning.
spec:
sources:
- component: "ipinfo"
source: "github.com/cloudposse/atmos.git//examples/demo-library/{{ .Component }}?ref={{.Version}}"
version: "main"
targets:
- "components/terraform/{{ .Component }}/{{.Version}}"
tags:
- demo