Skip to content

Commit

Permalink
add new Fn::GetCidr function to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Mar 7, 2018
1 parent e675448 commit 249082c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ var tags = [
{ short: 'If', full: 'Fn::If', type: 'sequence' },
{ short: 'Not', full: 'Fn::Not', type: 'sequence' },
{ short: 'Or', full: 'Fn::Or', type: 'sequence' },
{ short: 'GetCidr', full: 'Fn::GetCidr', type: 'sequence' },
{ short: 'GetCidr', full: 'Fn::GetCidr', type: 'mapping' },

].map(function(fn) {
return new yaml.Type('!' + fn.short, {
Expand Down

0 comments on commit 249082c

Please sign in to comment.