Skip to content

Commit ae6ab75

Browse files
authored
Merge pull request #32 from mschurenko/add_data_resource
adding data.sublime-snippet
2 parents b56a168 + 4066b1a commit ae6ab75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snippets/data.sublime-snippet

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
data "${1:type}" "${2:name}" {
4+
${3}
5+
}
6+
]]></content>
7+
<tabTrigger>data</tabTrigger>
8+
<scope>source.terraform</scope>
9+
<description>data block</description>
10+
</snippet>

0 commit comments

Comments
 (0)