terraform/internal/stacks/stackconfig/testdata/embedded-stack-bundle/terraform-sources.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
630 B
JSON
Raw Permalink Normal View History

{
"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"
}
}
}
]
}