terraform/internal/plans/planfile/testdata/test-config/.terraform/modules/modules.json

33 lines
782 B
JSON

{
"Modules": [
{
"Key": "",
"Source": "",
"Dir": "testdata/test-config"
},
{
"Key": "child_a",
"Source": "example.com/foo/bar_a/baz",
"Version": "1.0.1",
"Dir": "testdata/test-config/.terraform/modules/child_a"
},
{
"Key": "child_b",
"Source": "example.com/foo/bar_b/baz",
"Version": "1.0.0",
"Dir": "testdata/test-config/.terraform/modules/child_b"
},
{
"Key": "child_a.child_c",
"Source": "./child_c",
"Dir": "testdata/test-config/.terraform/modules/child_a/child_c"
},
{
"Key": "child_b.child_d",
"Source": "example.com/foo/bar_d/baz",
"Version": "1.2.0",
"Dir": "testdata/test-config/.terraform/modules/child_b.child_d"
}
]
}