()
| 61 | } |
| 62 | |
| 63 | func (l Layout) TerraformMetadataDir() string { |
| 64 | return filepath.Join(l.WorkDirectory(), ".terraform") |
| 65 | } |
| 66 | |
| 67 | func (l Layout) ModulesDirectory() string { |
| 68 | return filepath.Join(l.TerraformMetadataDir(), "modules") |
no test coverage detected