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.
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?
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.