mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
7c8deaf0d6
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.