You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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.
The text was updated successfully, but these errors were encountered: