Module autocomplete does not work on root module with private git repo as source #1604
Closed
1 task
Labels
bug
Something isn't working
Language Server Version
v0.32.6
Terraform Version
Terraform v1.4.7 on linux_amd64
Client Version
NVIM v0.9.5
Terraform Configuration
Steps to Reproduce
terraform init
to initialize environment.source_security_group_id = module.cluster.sg_id
line, removemodule.cluster.sg_id
part and start writingmodule.
Expected Behavior
After typing
module.
auto completion should suggest to entercluster
as module name.Actual Behavior
It does not suggest module auto completion. Manually entering
module.cluster.
module outputs also is not suggested.Gist
No response
Workarounds
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: