Brought about by discussion here: https://github.com/coder/coder/pull/308#discussion_r808629855 We need to validate, perhaps on start-up of `coderd` that: - `terraform` is present in the environment and runnable (ie, call `terraform version` to check) - The `terraform` version is supported. We'll need to determine what versions of terraform we allow.