We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0048d2 commit 46945ccCopy full SHA for 46945cc
snippets/terraform-mode/import
@@ -0,0 +1,9 @@
1
+# -*- mode: snippet -*-
2
+# name: import
3
+# key: import
4
+# --
5
+
6
+import {
7
+ to = "${1:to}"
8
+ id = "${2:id}"
9
+}
0 commit comments