Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terraform Provider Docs OpenerNew to Visual Studio Code? Get it now.
Terraform Provider Docs Opener

Terraform Provider Docs Opener

tsubasaogawa

|
161 installs
| (0) | Free
It ONLY opens the terraform provider document of the resource.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

terraform-provider-docs-opener-vscode-extension

Yes. It is just an extension that opens the terraform document page in the browser that you're highlighting, that's all.

Demo

Settings

You can change some parameters in your settings.json.

    "TFDocsOpener.fqdn": "registry.terraform.io",
    "TFDocsOpener.paths": {
        "aws": "providers/hashicorp/aws/latest/docs/resources",
        "google": "providers/hashicorp/google/latest/docs/resources",
        // "foo_provider": "path/to/foo"
    },

Key Binding

It can also run with Alt + Shift + T

Future Works

  • Not only resource but data, or function (Terraform)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft