puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
188 stars 216 forks source link

Add support for Transforms in CloudFormation templates #511

Open rjd1 opened 6 years ago

rjd1 commented 6 years ago

Currently launching a CF stack via the cloudformation_stack type with a transform results in the error: CreateStack cannot be used with templates containing Transforms.

There is great appeal for us to manage our stacks through puppet but all our templates utilize transforms. The primary use is with AWS::Include to load a separate template that contains all our mappings from S3, where they are centrally managed. It would be awesome if this was supported.