Skip to content

Commit 46945cc

Browse files
authored
1 parent f0048d2 commit 46945cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

snippets/terraform-mode/import

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)