Skip to content

Commit ee0ea6a

Browse files
committed
[AD] Fix race condition in AD 1-click template that caused stack creation failure.
The fix consists making the Post custom resource wait for the AdAdminNode to complete the registration of users.
1 parent 64a68e5 commit ee0ea6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cloudformation/ad/ad-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,8 @@ Resources:
622622
623623
Post:
624624
Type: Custom::PostLambda
625+
DependsOn:
626+
- AdDomainAdminNodeWaitCondition
625627
Properties:
626628
ServiceToken: !GetAtt PostLambda.Arn
627629
AdminNodeInstanceId: !Ref AdDomainAdminNode

0 commit comments

Comments
 (0)