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

Method TerraformMetadataDir

provisionersdk/tfpath/tfpath.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (l Layout) TerraformMetadataDir() string {
64 return filepath.Join(l.WorkDirectory(), ".terraform")
65}
66
67func (l Layout) ModulesDirectory() string {
68 return filepath.Join(l.TerraformMetadataDir(), "modules")

Callers 1

ModulesDirectoryMethod · 0.95

Calls 1

WorkDirectoryMethod · 0.95

Tested by

no test coverage detected