org-formation / org-formation-cli

Better than landingzones!
MIT License
1.41k stars 131 forks source link

fix: add region to cdk resolver and update default cdk deploy command #508

Closed davidvpe closed 1 year ago

davidvpe commented 1 year ago

If a certain cdk task has concurrency enabled and is deployed to multiple regions the cdk.out error will appear.

For this I added the Region value to the CurrentTask object and also updated the default CDK Deploy command

davidvpe commented 1 year ago

Had to close this PR since it brings more issues to the table.