()
| 57 | } |
| 58 | |
| 59 | func (l Layout) ReadmeFilePath() string { |
| 60 | return filepath.Join(l.WorkDirectory(), ReadmeFile) |
| 61 | } |
| 62 | |
| 63 | func (l Layout) TerraformMetadataDir() string { |
| 64 | return filepath.Join(l.WorkDirectory(), ".terraform") |
no test coverage detected