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

Check and constrain Terraform version #7

Closed
radeksimko opened this issue Feb 21, 2020 · 1 comment
Closed

Check and constrain Terraform version #7

radeksimko opened this issue Feb 21, 2020 · 1 comment
Assignees
Milestone

Comments

@radeksimko
Copy link
Member

As the language server relies on Terraform output it should define a range of versions it supports and provide reduced functionality if unsupported version is found - e.g. only offer autocomplete candidates we can without knowing the schema.

@radeksimko radeksimko self-assigned this Mar 6, 2020
@radeksimko
Copy link
Member Author

We may also want to start versioning internal/terraform/lang per Terraform versioning scheme to ensure we always provider the language features according to the version of Terraform used in the config.

This however shouldn't be necessary for the first release as we are only auto completing items from schema, which is pulled from Terraform itself.

@radeksimko radeksimko added this to the v0.1.0 milestone Mar 20, 2020
@ghost ghost locked and limited conversation to collaborators Jun 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant