about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/snippets/terraform-mode/variable
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/emacs.d/snippets/terraform-mode/variable')
-rw-r--r--users/glittershark/emacs.d/snippets/terraform-mode/variable11
1 files changed, 0 insertions, 11 deletions
diff --git a/users/glittershark/emacs.d/snippets/terraform-mode/variable b/users/glittershark/emacs.d/snippets/terraform-mode/variable
deleted file mode 100644
index e64175200f..0000000000
--- a/users/glittershark/emacs.d/snippets/terraform-mode/variable
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- mode: snippet -*-
-# name: variable
-# uuid:
-# key: var
-# condition: t
-# --
-variable "${1:name}" {
-  type = ${2:string}
-  ${3:default = ${4:default}}
-}
-$0
\ No newline at end of file