pplu / cfn-perl

An object model for CloudFormation documents
Other
0 stars 5 forks source link

Limit the functions you can use inside some functions #50

Open pplu opened 5 years ago

pplu commented 5 years ago

Some functions will not accept any value as a parameter:

Fn::ImportValue: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html Fn::Cidr: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-cidr.html

(limitations are at the bottom of these pages)

We could limit what is possible to pass to these functions