Skip to content

Commit

Permalink
AWS decided to rename Fn::GetCidr to Fn::Cidr ...
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Mar 12, 2018
1 parent 95dad33 commit 8776f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var tags = [
{ short: 'Sub', full: 'Fn::Sub', type: 'scalar' },
{ short: 'Split', full: 'Fn::Split', type: 'sequence' },
{ short: 'Ref', full: 'Ref', type: 'scalar' },
{ short: 'Cidr', full: 'Fn::GetCidr', type: 'sequence' },
{ short: 'Cidr', full: 'Fn::GetCidr', type: 'mapping' },
{ short: 'Cidr', full: 'Fn::Cidr', type: 'sequence' },
{ short: 'Cidr', full: 'Fn::Cidr', type: 'mapping' },
// http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html
{ short: 'GetParam', full: 'Fn::GetParam', type: 'sequence' },
// http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html
Expand Down

0 comments on commit 8776f63

Please sign in to comment.