mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 10:00:09 -04:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"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": {}
|
|
},
|
|
{
|
|
"source": "git::https://example.com/action_invocations.git",
|
|
"local": "action_invocations",
|
|
"meta": {}
|
|
}
|
|
]
|
|
}
|