Skip to content

Commit

Permalink
feat(schema): Support condition properties in resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinkney-aws authored and rubenfonseca committed May 3, 2022
1 parent 125af4e commit b3b7397
Show file tree
Hide file tree
Showing 7 changed files with 18,513 additions and 2,064 deletions.
3 changes: 3 additions & 0 deletions generate/templates/schema-resource.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"{{.Name}}"
]
},
"Condition": {
"type": "string"
},
{{if eq .Name "AWS::AutoScaling::AutoScalingGroup" "AWS::EC2::Instance" "AWS::CloudFormation::WaitCondition"}}
"CreationPolicy": {
"type": "object"
Expand Down

0 comments on commit b3b7397

Please sign in to comment.