mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
9ca5b44b56
Prior to this, every workspace build ran `terraform init` in a fresh directory. This would mean the `modules` are downloaded fresh. If the module is not pinned, subsequent workspace builds would have different modules.