mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
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.