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/stackruntime/testdata/mainbundle/terraform-sources.json

10 lines
192 B

{
"terraform_source_bundle": 1,
"packages": [
{
"source": "git::https://example.com/test.git",
"local": "test",
"meta": {}
}
]
}