mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
Refactors all Terraform file path logic into a centralized tfpath package. This consolidates all path construction into a single, testable Layout type. Instead of passing around `string` for directories, pass around the `Layout` which has the file location methods on it.