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
terraform-ls continues within terraform 12 folder/project
Actual Behavior
terraform-ls detects folder with terraform 11 project and performs shutdown, does not provide completion etc to to other parts of project.
Steps to Reproduce
Create VSCode project with 2 folders, each with a terraform project/folder, one based on 0.11, one 0.12 (as common in large projects using terraform version managers e.g. tfenv) terraform-ls will detect the 0.11 project and exit with error.
See attached simple example. With tfenv as terraform install, run terraform init in each folder then attempt to open in VSCode with terraform-ls enabled. terraform-ls-tfenv.tar.gz
The text was updated successfully, but these errors were encountered:
masseyc
changed the title
terraform-ls exits with error if any terraform 11 folder found in project
terraform-ls performs shutdown if any terraform 11 folder found in project
Jul 6, 2020
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 context necessary to investigate further.
ghost
locked and limited conversation to collaborators
Aug 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Server Version
Terraform Version
Client Version
Terraform Configuration Files
Log Output
https://gist.github.com/masseyc/164b66092f351d12b008296dac3f2f62
Expected Behavior
terraform-ls continues within terraform 12 folder/project
Actual Behavior
terraform-ls detects folder with terraform 11 project and performs shutdown, does not provide completion etc to to other parts of project.
Steps to Reproduce
Create VSCode project with 2 folders, each with a terraform project/folder, one based on 0.11, one 0.12 (as common in large projects using terraform version managers e.g. tfenv) terraform-ls will detect the 0.11 project and exit with error.
See attached simple example. With tfenv as terraform install, run terraform init in each folder then attempt to open in VSCode with terraform-ls enabled.
terraform-ls-tfenv.tar.gz
The text was updated successfully, but these errors were encountered: