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
Some resources seem to have fixed names which can collide if concurrent runs occur, e.g.:
aws:lb:TargetGroup (LBListenerTargetGroupF04FCF6D):
error: 1 error occurred:
* error creating LB Target Group: DuplicateTargetGroupName: A target group with the same name 'LBListenerTargetGroupF04FCF6D' exists, but with different settings
status code: 400, request id: 7e4ad2d9-bb3b-4f45-aa1f-507f8355a098
For the time being concurrency has been dropped to 1 here: ad5922e.
We should revisit if autonaming can be safely honored on resources corresponding to the L1 CDK constructs to make this moot.
The text was updated successfully, but these errors were encountered:
Some resources seem to have fixed names which can collide if concurrent runs occur, e.g.:
For the time being concurrency has been dropped to 1 here: ad5922e.
We should revisit if autonaming can be safely honored on resources corresponding to the L1 CDK constructs to make this moot.
The text was updated successfully, but these errors were encountered: