realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Enable use of service role ARN when using change sets #72

Open nullus opened 5 years ago

nullus commented 5 years ago

I'm currently using stackup to build stacks across account. To do this I'm using both an assumed role (cross-account), and a service role which is passed to Cloudformation to perform the stack operations.

The standard up command supports the parameter --service-role-arn, but when using change sets this option isn't available.

I've created a PR to add this functionality.