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 db83743 commit ef1eb6fCopy full SHA for ef1eb6f
snippets/terraform-mode/output
@@ -0,0 +1,7 @@
1
+# -*- mode: snippet -*-
2
+# name: output
3
+# key: output
4
+# --
5
+output "${1:name}" {
6
+ value = ${2:value}
7
+}
0 commit comments