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
Describe the bug
Hi,
Iam trying to deploy ConsoleMe with CDK, but when there are two spoke Accounts, cdk fails with error:
'There is already a Construct with name 'ConsoleMeSpoke' in App'
The main issue here is, that the ConsolemeSpokeAccountsStack Construct use the constant SPOKE_BASE_NAME, which is always 'ConsoleMeSpoke'. This should be something like SPOKE_BASE_NAME + Account Id.
To Reproduce
Deploy with two spoke Accounts.
Expected behavior
Working Deployment
Is there something that i have missed?
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi,
Iam trying to deploy ConsoleMe with CDK, but when there are two spoke Accounts, cdk fails with error:
'There is already a Construct with name 'ConsoleMeSpoke' in App'
The main issue here is, that the ConsolemeSpokeAccountsStack Construct use the constant SPOKE_BASE_NAME, which is always 'ConsoleMeSpoke'. This should be something like SPOKE_BASE_NAME + Account Id.
To Reproduce
Deploy with two spoke Accounts.
Expected behavior
Working Deployment
Is there something that i have missed?
The text was updated successfully, but these errors were encountered: