mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +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.