Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yyolk/cloudformation-js-yaml-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yyolk committed May 3, 2018
2 parents 1b71a4e + 9f0995c commit ea7e6f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"Sub",
"GetAZs",
"GetAtt",
"Condition"
"Condition",
"ImportValue"
],
"sequence": [
"And",
Expand Down
1 change: 1 addition & 0 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ InstanceId:
Condition: DoLaunchInstance
Description: Stack Instance ID
Value: !<!Ref> Box
LaunchConfig: !ImportValue "my-import-value"
UserData: !If
- DoWriteConnectionString
- !Base64
Expand Down

0 comments on commit ea7e6f2

Please sign in to comment.