Introduce module.terraform
command to expose details about Terraform installation
#995
Labels
enhancement
New feature or request
Background
We already obtain both Terraform constraint (
required_version
) and Terraform version viaterraform version -json
to be able to pick the right core schema and provide accurate IntelliSense relevant to the configuration/version.As described in hashicorp/vscode-terraform#697 clients would benefit from having these details available too.
Proposal
module.terraform
to output the following response for any module URI provided as argument, similar to how existing commandsmodule.calls
ormodule.providers
workThe text was updated successfully, but these errors were encountered: