Link to module docs for uninitialized remote (Terraform Registry) modules #892
Labels
enhancement
New feature or request
modules
Functionality related to the module block and modules generally
textDocument/documentLink
Milestone
This is an extension of hashicorp/vscode-terraform#673
Background
#874 / hashicorp/terraform-schema#103 is adding links to module docs for modules hosted in the Registry. #599 already tracks other functionality like completion or hover for uninitialized Registry modules.
Similar to #725 users would likely expect the
source
to be linkable as they type, without having to install the module viaterraform init
orterraform get
.Proposal
terraform-schema
: UpdateSchemaMerger.SchemaForModule()
such that it also produces links forDeclared
modules, instead of justInstalled
The text was updated successfully, but these errors were encountered: