Open
Description
Server Version
0.29.3
Client Version
2.24.3-darwin-arm64
Terraform Configuration Files
module "alpha" {
source = "./submod"
}
module "beta" {
source = "./submod"
}
output "name" {
value = module. # completion HERE
}
Expected Behavior
Actual Behavior
Additional Context
There's a naive simple fix in https://github.com/hashicorp/terraform-schema/pull/158/files but that may have some other side effects in other contexts.
It's also related to #895