We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0946a8a commit 337525aCopy full SHA for 337525a
provisioner/terraform/modules.go
@@ -69,7 +69,7 @@ func getModules(workdir string) ([]*proto.Module, error) {
69
}
70
71
func getModulesArchive(root fs.FS) ([]byte, error) {
72
- modulesFileContent, err := fs.ReadFile(root, getModulesFilePath("."))
+ modulesFileContent, err := fs.ReadFile(root, ".terraform/modules/modules.json")
73
if err != nil {
74
if xerrors.Is(err, fs.ErrNotExist) {
75
return []byte{}, nil
0 commit comments