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/rpcapi/testdata/sourcebundle/terraform-sources.json

11 lines
159 B

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