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

Method PlanFilePath

provisionersdk/tfpath/tfpath.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (l Layout) PlanFilePath() string {
52 return filepath.Join(l.WorkDirectory(), "terraform.tfplan")
53}
54
55func (l Layout) TerraformLockFile() string {
56 return filepath.Join(l.WorkDirectory(), ".terraform.lock.hcl")

Callers 3

planMethod · 0.80
applyMethod · 0.80
GraphMethod · 0.80

Calls 1

WorkDirectoryMethod · 0.95

Tested by

no test coverage detected