Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CloudFormation cross-region changeset approval
**Why?** With the CloudFormation deployment provider: It would fail to create the pipeline if one were to set the `change_set_approval` property to `True`, while the pipeline lives in another region than where it is asked to deploy to. **What?** * The approval action should be performed in the region that hosts the pipeline. Not the target region.
- Loading branch information