Created
October 2, 2020 01:22
-
-
Save atheiman/8f96b017919c779fd50078713dbd456e to your computer and use it in GitHub Desktop.
CloudFormation template with no resources - useful when generating templates and no resources are added to a template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conditions: | |
Never: | |
Fn::Equals: [a, b] | |
Resources: | |
NullResource: | |
Type: Custom::Null | |
Condition: Never |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment