Skip to content

Commit a8cff34

Browse files
bg46zaws-scripting-guy
authored andcommitted
fix eip spacing issue (#40)
added indentation to properties on eip resource
1 parent 340c509 commit a8cff34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/yaml-snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@
271271
"${1:eipName}:",
272272
" Type: AWS::EC2::EIP",
273273
" Properties:",
274-
" Domain: vpc",
275-
" InstanceId: ${2:instance-id}"
274+
" Domain: vpc",
275+
" InstanceId: ${2:instance-id}"
276276
],
277277
"description": "",
278278
"scope": "source.cloudformation"

0 commit comments

Comments
 (0)