Skip to content

Commit 3367c47

Browse files
committed
Add locals snippet
1 parent 4fdcf16 commit 3367c47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snippets/terraform-mode/locals

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- mode: snippet -*-
2+
# name: locals
3+
# key: locals
4+
# --
5+
locals {
6+
{$1:name} = ${2:value}
7+
}

0 commit comments

Comments
 (0)