terraform/internal/rpcapi/testdata/sourcebundle/terraform-sources.json
2026-03-06 14:00:31 +01:00

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": {}
}
]
}