mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-29 10:09:00 -04:00
29 lines
613 B
JSON
29 lines
613 B
JSON
|
|
{
|
||
|
|
"Modules": [
|
||
|
|
{
|
||
|
|
"Key": "",
|
||
|
|
"Source": "",
|
||
|
|
"Dir": "."
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Key": "other",
|
||
|
|
"Source": "./mods/other",
|
||
|
|
"Dir": "mods/other"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Key": "test",
|
||
|
|
"Source": "./mods/test",
|
||
|
|
"Dir": "mods/test"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Key": "test.test2",
|
||
|
|
"Source": "./test2",
|
||
|
|
"Dir": "mods/test/test2"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Key": "test.test2.test3",
|
||
|
|
"Source": "./test3",
|
||
|
|
"Dir": "mods/test/test2/test3"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|