Skip to content

eu-evops/terraform-documentation-links

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • TypeScript 99.3%
  • HCL 0.7%