Skip to content

Commit 088efb7

Browse files
committed
[DROPME] Inject failure in AD stack to test that the stack is quarantined.
1 parent c7fb389 commit 088efb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudformation/ad/ad-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ Resources:
460460
echo "Describing domain controllers..."
461461
aws ds describe-domain-controllers --directory-id "${DirectoryId}" --region "${AWS::Region}"
462462
463+
exit 1
464+
463465
ADMIN_PW="${AdminPassword}"
464466
465467
USERNAMES="ReadOnlyUser,${UserNames}"

0 commit comments

Comments
 (0)