MCPcopy Index your code
hub / github.com/coder/coder / ModulesDirectory

Method ModulesDirectory

provisionersdk/tfpath/tfpath.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

ModulesFilePathMethod · 0.95

Calls 1

TerraformMetadataDirMethod · 0.95

Tested by

no test coverage detected