github.com/opentofu/opentofu@v1.7.1/internal/configs/configload/testdata/child-provider-grandchild-count/.terraform/modules/modules.json (about) 1 { 2 "Modules": [ 3 { 4 "Key": "", 5 "Source": "", 6 "Dir": "." 7 }, 8 { 9 "Key": "child", 10 "Source": "./child", 11 "Dir": "testdata/child-provider-grandchild-count/child" 12 }, 13 { 14 "Key": "child.grandchild", 15 "Source": "../grandchild", 16 "Dir": "testdata/child-provider-grandchild-count/grandchild" 17 } 18 ] 19 }