doc: Adds basic module for mongodbatlas_advanced_cluster (Preview for MongoDB Atlas Provider 2.0.0)#3270
Merged
EspenAlbert merged 9 commits intomasterfrom Apr 15, 2025
Conversation
Contributor
|
APIx bot: a message has been sent to Docs Slack channel |
lantoli
reviewed
Apr 14, 2025
| 4. Update the references from your previous cluster resource: `mongodbatlas_cluster.this.XXXX` to the new `mongodbatlas_advanced_cluster.this.XXX`. | ||
| - Double check [output-changes](#output-changes) to ensure the underlying configuration stays unchanged. | ||
| - If you are using output variables that use the new resource `mongodbatlas_advanced_cluster.this`, the plan output can be more verbose than expected (extra `Note: Objects have changed outside of Terraform` section). Consider adding/updating output variables only **after** performing the move (see more in the [Github Issue](https://github.com/hashicorp/terraform-plugin-framework/issues/1109)). | ||
| - If you are using output variables that use the new resource `mongodbatlas_advanced_cluster.this`, the plan output can be more verbose than expected (extra `Note: Objects have changed outside of Terraform` section). Consider adding/updating output variables only **after** performing the move (see more in the [Github Issue](https://github.com/hashicorp/terraform/issues/36796). |
Member
There was a problem hiding this comment.
not sure if the HC issue can be very technical for most users and might confuse them, consider removing the link to it. same comment for the other occurences
Collaborator
Author
There was a problem hiding this comment.
I think part of the value in the link is to make the user aware of the source of the plan output problem.
Although they don't understand the issue detail, they can understand it is not only on us.
lantoli
approved these changes
Apr 14, 2025
marcosuma
approved these changes
Apr 14, 2025
maastha
reviewed
Apr 14, 2025
examples/migrate_cluster_to_advanced_cluster/module_maintainer/README.md
Outdated
Show resolved
Hide resolved
examples/migrate_cluster_to_advanced_cluster/module_maintainer/README.md
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Link to any related issue(s): CLOUDP-304982
Type of change:
Required Checklist:
Further comments