Skip to content
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

Recognize inputs and outputs of uninitialized local modules #598

Closed
2 of 3 tasks
radeksimko opened this issue Aug 2, 2021 · 2 comments
Closed
2 of 3 tasks

Recognize inputs and outputs of uninitialized local modules #598

radeksimko opened this issue Aug 2, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request modules Functionality related to the module block and modules generally textDocument/completion textDocument/definition textDocument/hover textDocument/references
Milestone

Comments

@radeksimko
Copy link
Member

radeksimko commented Aug 2, 2021

Current Version

0.20.0

Use-cases

Users may expect completion, hover, go to definition etc. to work automatically for a local module block they write in their configuration, straight away, e.g.

module "ecs_service" {
  source = "./service-module"
}

Attempted Solutions / Workarounds

terraform get

Proposal

@radeksimko radeksimko added the enhancement New feature or request label Aug 2, 2021
@radeksimko radeksimko changed the title Recognize inputs and outputs of _local_ uninitialized modules Recognize inputs and outputs of uninitialized local modules Aug 2, 2021
@radeksimko radeksimko added the modules Functionality related to the module block and modules generally label Aug 5, 2021
@radeksimko radeksimko added this to the v0.29.0 milestone Jul 8, 2022
@radeksimko
Copy link
Member Author

This was addressed as part of #997, in particular this commit decc54b which brought in hashicorp/terraform-schema#125

2022-07-13 15 48 53

@github-actions
Copy link

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 details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request modules Functionality related to the module block and modules generally textDocument/completion textDocument/definition textDocument/hover textDocument/references
Projects
None yet
Development

No branches or pull requests

2 participants