Skip to content

Commit 3ed0cde

Browse files
committed
add doc clarification about underlaying resources not being changed
1 parent 3a64a89 commit 3ed0cde

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/command_adv2v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
advancedClusterToV2 (adv2v2) command helps you migrate previous `mongodbatlas_advanced_cluster` configurations to the new Provider 2.0.0 schema.
44

5+
This revised file migrates the Terraform configurations and state to the latest version and does not modify the resources deployed in MongoDB Atlas.
6+
57
MongoDB Atlas Provider 2.0.0 introduces a new, cleaner structure for `mongodbatlas_advanced_cluster` resources. The main changes include the use of nested attributes instead of blocks and deletion of deprecated attributes like `disk_size_gb` at root level or `num_shards`.
68

79
## Usage

docs/command_clu2adv.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
clusterToAdvancedCluster (clu2adv) command helps you migrate from `mongodbatlas_cluster` to `mongodbatlas_advanced_cluster` Provider 2.0.0 schema.
44

5+
This revised file migrates the Terraform configurations and state to the latest version and does not modify the resources deployed in MongoDB Atlas.
6+
57
You can find more information in the [Migration Guide: Cluster to Advanced Cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/cluster-to-advanced-cluster-migration-guide).
68

79
## Usage

0 commit comments

Comments
 (0)