KablamoOSS / kombustion

Extend CloudFormation with plugins
https://kombustion.io
MIT License
25 stars 12 forks source link

DeletionPolicy (and probably other *Policy) attributes are not added to resource #130

Closed iann0036 closed 5 years ago

iann0036 commented 6 years ago

When passing in a template of the following format:

Resources:
    myResource:
        DeletionPolicy: Retain
        Type: AWS::Blah::Blah

DeletionPolicy does not appear in the generated output templates.