Skip to content

Commit

Permalink
Added Route53 HealthCheck Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Ramsay committed May 27, 2015
1 parent c356121 commit e88054e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions route53-healthcheck.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<snippet>
<content><![CDATA[
"${1:route53HealthCheck}": {
"Type": "AWS::Route53::HealthCheck",
"Properties": {
"HealthCheckConfig": { ${2} },
"HealthCheckTags": [ ${3} ]
}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>route53-healthcheck</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>

0 comments on commit e88054e

Please sign in to comment.