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

Stefan van der Haven

|
8,482 installs
| (3) | 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

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