()
| 65 | } |
| 66 | |
| 67 | func (l Layout) ModulesDirectory() string { |
| 68 | return filepath.Join(l.TerraformMetadataDir(), "modules") |
| 69 | } |
| 70 | |
| 71 | func (l Layout) ModulesFilePath() string { |
| 72 | return filepath.Join(l.ModulesDirectory(), "modules.json") |
no test coverage detected