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

Method StateFilePath

provisionersdk/tfpath/tfpath.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45func (l Layout) WorkDirectory() string { return string(l) }
46
47func (l Layout) StateFilePath() string {
48 return filepath.Join(l.WorkDirectory(), "terraform.tfstate")
49}
50
51func (l Layout) PlanFilePath() string {
52 return filepath.Join(l.WorkDirectory(), "terraform.tfplan")

Callers 3

applyMethod · 0.80
PlanMethod · 0.80
ApplyMethod · 0.80

Calls 1

WorkDirectoryMethod · 0.95

Tested by

no test coverage detected