Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.07 KB

tfmodblock vscode extension

Terraform module block snippeter.

Demo

Usage

  1. Move your cursor to source attribute.
  2. Open command palette and select "Insert Module Block Snippet from Current Cursor".

Requirements

Settings

Key Description Default
tfmodblock.binPath Path to tfmodblock binary /usr/local/bin/tfmodblock
tfmodblock.sort Sort the result (tfmodblock v0.0.9+) true
tfmodblock.useDefault Use default value in the variable block (tfmodblock v0.0.13+) true

Limitation