You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user's systems have a Terraform version with a different minor version, we want to install the version that Coder uses (currently 1.1). We should support different patch versions within 1.1.
Why do you want this feature?
Things might break if we don't run Terraform with the minor version currently used.
Are there any workarounds to get this functionality today?
The only workaround is for the consumer systems to install Terraform 1.1 versions.
Are you interested in submitting a PR for this?
Yes
The text was updated successfully, but these errors were encountered:
So just a warning that some functionalities might not work properly? That does sound like a nice UX fix. But we need not ask the user to switch their local version to match our requirement. We download Terraform anyway when it is not found in the system, we can still download and use it if we find a different version installed. 🤔
kylecarbs
changed the title
feat: Default to downloading Terraform when the system has different minor version
Default to downloading Terraform when the system has different minor version
Jun 7, 2022
What is your suggestion?
When the user's systems have a Terraform version with a different minor version, we want to install the version that Coder uses (currently 1.1). We should support different patch versions within 1.1.
Why do you want this feature?
Things might break if we don't run Terraform with the minor version currently used.
Are there any workarounds to get this functionality today?
The only workaround is for the consumer systems to install Terraform 1.1 versions.
Are you interested in submitting a PR for this?
Yes
The text was updated successfully, but these errors were encountered: