mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-23 02:43:15 -04:00
29 lines
No EOL
613 B
JSON
29 lines
No EOL
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"
|
|
}
|
|
]
|
|
} |