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 ee3359e commit 7aa306dCopy full SHA for 7aa306d
snippets/terraform-mode/data
@@ -0,0 +1,7 @@
1
+# -*- mode: snippet -*-
2
+# name: data
3
+# key: data
4
+# --
5
+data "${1:type}" "${2:name}" {
6
+ $0
7
+}
0 commit comments