Skip to content

Instantly share code, notes, and snippets.

@atheiman
Created October 2, 2020 01:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save atheiman/8f96b017919c779fd50078713dbd456e to your computer and use it in GitHub Desktop.
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.
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