cdk-organizations
cdk-organizations copied to clipboard
feat: sequentially chain accounts
Create a dependency chain of accounts in the scope (app or stack) to avoid. AWS Organization only can create one account at a given time.
Fixes #447
I don't think that this fixes #447 as that issue is about policyAttachments and Organisational Units
This seems likely to fix #581 – Looking forward to it 🚀
I don't think that this fixes #447 as that issue is about policyAttachments and Organisational Units
Thank you for that hint. So we have to walk the tree and chain dependencies of almost all the organization resources. I will give an update later on