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 7aa306d commit cff16d1Copy full SHA for cff16d1
snippets/terraform-mode/module
@@ -0,0 +1,8 @@
1
+# -*- mode: snippet -*-
2
+# name: module
3
+# key: mod
4
+# --
5
+module "${1:name}" {
6
+ source = "${2:location}"
7
+ $0
8
+}
0 commit comments