You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/stacks/stackconfig/testdata/embedded-stack-bundle/terraform-sources.json

30 lines
630 B

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