awslabs / aws-bootstrap-kit

Apache License 2.0
104 stars 23 forks source link

Introduce `organizationsExist` #90

Closed m-zare closed 2 years ago

m-zare commented 2 years ago

Add a boolean to AwsOrganizationsStackProps. if AWS Organizations already exists, the toolkit won't attempt to recreate it; And details of the existing one would be loaded.

Issue #, if available:

Description of changes: Add organizationsExist to AwsOrganizationsStackProps to take the control of theAWS Organizations creation.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

flochaz commented 2 years ago

We have a PR that will be merged soon enabling to reuse Orgs and account: https://github.com/awslabs/aws-bootstrap-kit/pull/68 . Will merge one of those 2 today or tomorrow.

m-zare commented 2 years ago

Perfect, I wasn't aware of this.