Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terraform documentation linksNew to Visual Studio Code? Get it now.
Terraform documentation links

Terraform documentation links

Evops Limited

|
1,129 installs
| (1) | Free
Open Terraform documentation page of resources and data sources
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

terraform-documentation-links

Forked from https://github.com/SteefH/terraform-documentation-links - seems to be abandoned, therefore releasing separately.

This is a simple extension that add links to your editor when editing Terraform source files.

It adds links to resource and data blocks.

Known Issues

This is a dumb extension. It simply scans for lines containing

data "data_type" "name" {

and

resource "resource_type" "name" {

and adds link to the data_type and resource_type docs based on the type.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft