Open jambt opened 4 years ago
Hey there, As a matter of fact, I have 0.7.8 on another computer and the auto-completion is also limited. From a main.tf / root module, I get auto-completion for my module and it's direct outputs
module.network.vpc OK
but nothing when going more in-depth :
module.network.vpc.id NOT WORKING
module.network.sub-module.subnet NOT WORKING
module.network.sub-module.subnet.id NOT WORKING
As my terraform project become bigger and more complicated, not having full auto-completion is becoming a more pressing issue :scream:
I have same issue on one machine, but on the other it works fine. Any suggestions about settings or logs to check? Any implicit requirements?
Prerequisites
Installation details
terraform -v
): Terraform v0.12.24Terraform Configuration Files
In module:
Using the module:
Exception
Expected Behavior
On pressing Cmd+Space, a list of of possible values should come up (e.g.
available_memory_mb
,timeout
).Actual Behavior
The text
No suggestions
appearsSteps to Reproduce
ingress_function
block