tfmodblock vscode extension
Terraform module block snippeter.
Usage
- Move your cursor to
source attribute.
- 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
- Remote source (e.g. git@github.com:foo/bar.git) unsupported
| |