Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise warnings for unsupported Terraform versions #168

Open
radeksimko opened this issue Jun 17, 2020 · 0 comments
Open

Raise warnings for unsupported Terraform versions #168

radeksimko opened this issue Jun 17, 2020 · 0 comments

Comments

@radeksimko
Copy link
Member

Current Version

v0.3.2

Use-cases

The language server supports a limited range of terraform versions, generally >=0.12. The upper bound preventing folks from using it with 0.13 was removed as part of #149 but the language server still relies on some implementation details of Terraform (such as files under .terraform) which may not provide stability guarantees. This means that user may be unaware that they're using the language server with unsupported Terraform version.

Attempted Solutions

Raise error - which artificially prevents users from using higher Terraform versions which may in fact work.

Proposal

We can warn users when they attempt to use unsupported version e.g. by publishing warning as part of initialize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant