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