mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
30 lines
630 B
JSON
30 lines
630 B
JSON
|
|
{
|
||
|
|
"terraform_source_bundle": 1,
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"source": "git::https://example.com/root.git",
|
||
|
|
"local": "root",
|
||
|
|
"meta": {}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "git::https://example.com/pet-nulls.git?ref=0.0.2",
|
||
|
|
"local": "component",
|
||
|
|
"meta": {}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"registry": [],
|
||
|
|
"components": [
|
||
|
|
{
|
||
|
|
"source": "example.com/awesomecorp/tfstack-pet-nulls",
|
||
|
|
"versions": {
|
||
|
|
"0.0.1": {
|
||
|
|
"source": "git::https://example.com/pet-nulls.git?ref=0.0.1"
|
||
|
|
},
|
||
|
|
"0.0.2": {
|
||
|
|
"source": "git::https://example.com/pet-nulls.git?ref=0.0.2"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|