Skip to content

Commit

Permalink
Update yaml-snippets.json (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurogestoso authored and aws-scripting-guy committed May 1, 2019
1 parent 8e789f9 commit 7d9c5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/yaml-snippets.json
Expand Up @@ -432,7 +432,7 @@
"${4:AttachGateway}:",
" Type: AWS::EC2::VPCGatewayAttachment",
" Properties:",
" VpcId: ${4:vpc-id}",
" VpcId: ${5:vpc-id}",
" InternetGatewayId: !Ref ${1:igwName}"
],
"description": "",
Expand Down Expand Up @@ -1451,4 +1451,4 @@
"description": "",
"scope": "json"
}
}
}

0 comments on commit 7d9c5ef

Please sign in to comment.