Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ TerraformLockFile
Method
TerraformLockFile
provisionersdk/tfpath/tfpath.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(l Layout) TerraformLockFile() string {
56
return
filepath.Join(l.WorkDirectory(),
".terraform.lock.hcl"
)
57
}
58
59
func
(l Layout) ReadmeFilePath() string {
60
return
filepath.Join(l.WorkDirectory(), ReadmeFile)
Callers
1
init
Method · 0.80
Calls
1
WorkDirectory
Method · 0.95
Tested by
no test coverage detected