-
Notifications
You must be signed in to change notification settings - Fork 37
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
No completion with terraform init message #88
Comments
interesting, since the current implementation, it searches for .terraform up the directories, but in your use case, it is in a neighboring directory |
what I can do instead, if is sound good to you, I will add a configuration option, like a file |
Hi, Sounds good to me. Just a little question: how to enable the debug? Regards. |
any news about this enhancement? |
This would be a fantastic addition. I'm running into a very similar issue with several environments in a sibling directory, which all use a set of shared modules. As most places seem to structure their terraform code differently (no consistent standard), a configuration option for this seems like the most straightforward approach |
up ? |
Hi,
I have a particular terraform directory structure
If I create or edit a file in the
terraform/environment/test
the completion is working well but if I work in theterraform/modules
, the completion doesn't work and I have the following message:google_ Did You Forgot to do terraform init? [LS]
.I guess it's because he can't find the .terraform file.
How to configure the path where it can find the
.terraform
folder ?Regards.
Environment
The text was updated successfully, but these errors were encountered: