/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/stacks/stackconfig/testdata/embedded-stack-bundle/terraform-sources.json
29 строк
630 B
James Pogran
Add component registry source resolution support to Terraform Stacks (#37888)
10 дек 2025, 17:16
Не верифицирован
10 дек 2025, 17:16
2c075b9
Код
Авторство
О чём код?
{ "terraform_source_bundle": 1, "packages": [ { "source": "git::https://example.com/root.git", "local": "root", "meta": {} }, { "source": "git::https://example.com/pet-nulls.git?ref=0.0.2", "local": "component", "meta": {} } ], "registry": [], "components": [ { "source": "example.com/awesomecorp/tfstack-pet-nulls", "versions": { "0.0.1": { "source": "git::https://example.com/pet-nulls.git?ref=0.0.1" }, "0.0.2": { "source": "git::https://example.com/pet-nulls.git?ref=0.0.2" } } } ] }