awslabs / aws-bootstrap-kit

Apache License 2.0
105 stars 22 forks source link

fix: nestedOUs where raising error due to required accounts list in parent. Made accounts optional #118

Closed flochaz closed 2 years ago

flochaz commented 2 years ago

OuSpec interface requiring accounts to be specified, we could not create nested OUs without accounts attached to the parent.

It has been highlighted in this issue #117 .

This PR make accounts optional enabling to create OUs without accounts in it.