cloudformation-plus-plus: cfn template preprocessor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
442 B

cfnpp:
parameters:
MultiAz: True
Param1: !var UseSecurity
variables:
UseSecurity: False
UseMultiAz: False
Resources:
MyResource:
Name: A Resource
AvailabilityZones: !if
- MultiAz Param1 and
-
- us-east-1a
- us-east-1b
-
- us-east-1a
Test: !param Param1
#Test2: !expr UseSecurity not