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

51 lines
1.0 KiB

{
"terraform_source_bundle": 1,
"packages": [
{
"source": "git::https://example.com/foo.git",
"local": "foo",
"meta": {}
},
{
"source": "git::https://example.com/bar.git",
"local": "bar",
"meta": {}
},
{
"source": "git::https://example.com/baz.git",
"local": "baz",
"meta": {}
},
{
"source": "git::https://example.com/import.git",
"local": "import",
"meta": {}
},
{
"source": "git::https://example.com/moved.git",
"local": "moved",
"meta": {}
},
{
"source": "git::https://example.com/removed.git",
"local": "removed",
"meta": {}
},
{
"source": "git::https://example.com/invalid.git",
"local": "invalid",
"meta": {}
},
{
"source": "git::https://example.com/simple.git",
"local": "simple",
"meta": {}
},
{
"source": "git::https://example.com/empty.git",
"local": "empty",
"meta": {}
}
]
}