You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/modules-nested-dependencies/.terraform/modules/modules.json

29 lines
613 B

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