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/basics-bundle/terraform-sources.json

28 lines
741 B

{
"terraform_source_bundle": 1,
"packages": [
{
"source": "git::https://example.com/root.git",
"local": "root",
"meta": {}
},
{
"source": "git::https://example.com/nested.git",
"local": "nested",
"meta": {}
}
],
"registry": [
{
"source": "example.com/awesomecorp/nested/happycloud",
"versions": {
"1.0.0": {
"source": "git::https://example.com/nested.git//subdir"
},
"2.0.0": {
"source": "git::https://example.com/nested.git//intentionally-missing-v2"
}
}
}
]
}