github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/plans/planfile/testdata/test-config/.terraform/modules/modules.json (about) 1 { 2 "Modules": [ 3 { 4 "Key": "", 5 "Source": "", 6 "Dir": "testdata/test-config" 7 }, 8 { 9 "Key": "child_a", 10 "Source": "example.com/foo/bar_a/baz", 11 "Version": "1.0.1", 12 "Dir": "testdata/test-config/.terraform/modules/child_a" 13 }, 14 { 15 "Key": "child_b", 16 "Source": "example.com/foo/bar_b/baz", 17 "Version": "1.0.0", 18 "Dir": "testdata/test-config/.terraform/modules/child_b" 19 }, 20 { 21 "Key": "child_a.child_c", 22 "Source": "./child_c", 23 "Dir": "testdata/test-config/.terraform/modules/child_a/child_c" 24 }, 25 { 26 "Key": "child_b.child_d", 27 "Source": "example.com/foo/bar_d/baz", 28 "Version": "1.2.0", 29 "Dir": "testdata/test-config/.terraform/modules/child_b.child_d" 30 } 31 ] 32 }