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
Users don't always use a single Terraform version when they manage multiple codebases. Many of them upgrade when it's convenient or necessary.
Users would therefore benefit from knowing the requirements of the module they're working with and the Terraform that was discovered as installed (and would be used for fmt or validate).
radeksimko
changed the title
Display Terraform version (constraint & installed) in the UI
Display Terraform version (constraint & installed) in the status bar
Jul 21, 2021
radeksimko
changed the title
Display Terraform version (constraint & installed) in the status bar
Display Terraform path, version and constraint in the status bar
Jul 21, 2021
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Problem Statement
Users don't always use a single Terraform version when they manage multiple codebases. Many of them upgrade when it's convenient or necessary.
Users would therefore benefit from knowing the requirements of the module they're working with and the Terraform that was discovered as installed (and would be used for
fmt
orvalidate
).Expected User Experience
Proposal
module.terraform
command to expose details about Terraform installation terraform-ls#995Outstanding questions
We could ship an MVP which only displays the constraint as that would only change with configuration change.
The text was updated successfully, but these errors were encountered: