cfn-flip-0.1.0.1: test/examples/test.yaml
Description: Test
Foo: !Join
- ' '
- - The
- !Ref 'cake'
- is
- a
- lie
Bar: !Base64
Ref: Binary
Baz: !Sub
- "The cake is a...\n${CakeStatus}"
- CakeStatus: lie
Description: Test
Foo: !Join
- ' '
- - The
- !Ref 'cake'
- is
- a
- lie
Bar: !Base64
Ref: Binary
Baz: !Sub
- "The cake is a...\n${CakeStatus}"
- CakeStatus: lie