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
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
I was trying to nest several tenant organizational units that would follow the same construct (same Prod and Staging OUs with accounts in them) in the following way :
Root
Tenants
Tenant-A
Prod
Staging
Tenant-B
Prod
Staging
...
However the way the org stack is built, there's already a construct with the same name, so the pipeline build will fail :
Description
I was trying to nest several tenant organizational units that would follow the same construct (same
ProdandStagingOUs with accounts in them) in the following way :However the way the org stack is built, there's already a construct with the same name, so the pipeline build will fail :
The way we've gotten around that is by creating construct names that are built upon their parent's name (so in this case something like
tenantA-prod.Is this something that could be supported to allow for nesting and multiple accounts per tenant per environment ?