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