-
Notifications
You must be signed in to change notification settings - Fork 208
fix: Avoid inconsistent result after apply when transitioning from replica set to sharded #3146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR @AgustinBettati !
* master: doc: Adds warning about using output variables and moved together (#3153) chore: Follow-up changes for PR 3140 (#3154) fix: Avoid inconsistent result after apply when transitioning from replica set to sharded (#3146) refactor: use providerName to retry when the upgrade is not completed (#3148) chore: Updates logic in TPF to behave similarly to SDKv2 when blocks are deleted from the config (#3140) doc: Updates Terraform Compatibility Matrix documentation (#3123) chore: Addresses "todo" comments from code (#3151) chore: Avoids non-empty plan after removing advanced_configuration block removal (#3134) chore: Unify lifecycle ingore path syntax in test so same utility function can be used (#3145) build(deps): bump go.mongodb.org/atlas-sdk (#3149) doc: Corrects schema description and docs of mongodbatlas_flex_cluster backup_settings.enabled attribute (#3143)
Description
Link to any related issue(s): CLOUDP-305613
Details of failure that is faced can be found in CLOUDP ticket, adjusted a test so we capture this scenario.
Verified successful execution in https://github.com/mongodb/terraform-provider-mongodbatlas/actions/runs/13769026165.
Type of change:
Required Checklist:
Further comments