Skip to content

Commit ef1eb6f

Browse files
committed
Add output snippet
1 parent db83743 commit ef1eb6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snippets/terraform-mode/output

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)