sanketd367 / terraform-documentation-links

VS Code extension for Terraform documentation links

Home Page:https://marketplace.visualstudio.com/items?itemName=SteefH.terraform-documentation-links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VS Code extension for Terraform documentation links

https://marketplace.visualstudio.com/items?itemName=SteefH.terraform-documentation-links

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 99.3%Language:HCL 0.7%