flat-guitar-86436
08/28/2019, 9:23 PMexport const rootAccount = new aws.organizations.Account(INFRA_CONFIG.REFERENCE_ACCOUNT_NAME, {
email: INFRA_CONFIG.ROOT_ACCOUNT_EMAIL,
iamUserAccessToBilling: 'ALLOW',
parentId: rootOrgUnit.id
});
is it possible to do that? Pulumi error because this user already existfuture-barista-68134
08/28/2019, 10:04 PMwhite-balloon-205
aws.organizations.Account.get
.flat-guitar-86436
08/29/2019, 2:31 PM