Closed Dragomirc closed 1 month ago
Thanks for opening this issue! Please make sure to provide the following information to help us reproduce the issue:
Thanks for opening this issue. The ticket CLOUDP-272425 was created for internal tracking.
Hi @Dragomirc
We are already tracking this issue in https://jira.mongodb.org/browse/CLOUDP-273338. We currently don't have an ETA for the fix. Closing this issue as duplicate.
Is there an existing issue for this?
CDK package version
2.141.0
CFN Resource version
NA
CFN Resource Region
eu-west-1
Current Behavior
When the tolerateResumeErrors prop is set to true, it does not appear to be respected during the CDK deployment. After deployment, checking the MongoDB Atlas UI shows that the auto-resume feature remains disabled, despite the expectation that it would be enabled.
Expected Behavior: Setting tolerateResumeErrors: true should enable the auto-resume feature in MongoDB Atlas upon deployment.
Current Behavior: Even with tolerateResumeErrors set to true, the MongoDB Atlas UI shows that the auto-resume feature is disabled after deployment.
AWS CDK code to reproduce the issue
Steps To Reproduce
cdk synth
Code of Conduct