mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
924afb753f
This uses the `terraform init -json` logs to add more visibility into the `init` phase of `plan`. The `init` logs omit `ms` precision, so we have to use `time.Now()` 😢 Open TF PR: https://github.com/hashicorp/terraform/pull/37818