Skip to content

tsubasaogawa/tfmodblock-vscode-extension

Repository files navigation

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