We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdcf16 commit 3367c47Copy full SHA for 3367c47
snippets/terraform-mode/locals
@@ -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