vmware-archive / cloudformation-resource

Concourse CI resource for AWS CloudFormation
BSD 2-Clause "Simplified" License
7 stars 16 forks source link

support creating changesets #6

Open jcderr opened 8 years ago

jcderr commented 8 years ago

We manage our CloudFormation updates through an external tool, but would like Concourse to effectively "propose" updates by submitting CloudFormation change sets. This PR adds support for this.

jcderr commented 8 years ago

I could see someone perhaps wanting to both propose and approve changesets through Concourse. Would it be better to create a new resource altogether called cloudformation-change-set-resource?