aws-architect 6.7.98 → 6.7.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -517,6 +517,10 @@ class CloudFormationDeployer {
|
|
|
517
517
|
await this.cloudFormationClient.updateStackSet(stackParameters).promise();
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
+
if (!newRegions.length) {
|
|
521
|
+
return { title: 'Success' };
|
|
522
|
+
}
|
|
523
|
+
|
|
520
524
|
const rootOrgsInfo = await new Organizations({ region: 'us-east-1' }).listRoots({}).promise();
|
|
521
525
|
|
|
522
526
|
const deployToAdditionalRegionsParams = {
|