github.com/opentofu/opentofu@v1.7.1/internal/configs/configload/testdata/invalid-names-in-submodules/.terraform/modules/modules.json (about) 1 { 2 "Modules": [ 3 { 4 "Key": "test", 5 "Source": "./sub", 6 "Dir": "testdata/invalid-names-in-submodules/sub" 7 }, 8 { 9 "Key": "", 10 "Source": "", 11 "Dir": "." 12 } 13 ] 14 }