aws-actions / aws-cloudformation-github-deploy

Deploys AWS CloudFormation Stacks
MIT License
251 stars 121 forks source link

Unable to set change-set Name #110

Closed MeroFuruya closed 1 year ago

MeroFuruya commented 1 year ago

When just creating a change-set (not executing it) by setting no-execute-changeset to 1, the changeset name always defaults to ${Stack-Name}-CS.

Would be nice to implement a changeset-name parameter.

Background: Currently it is not possible to create multiple change sets on the same stack with this action because there is no way to make change-set names unique and there cant be two change-sets with the same name on one stack.