Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## (Unreleased)

## 1.2.0 (Sep 15, 2025)

ENHANCEMENTS:

* Adds command advancedClusterToV2 (adv2v2) to convert previous mongodbatlas_advanced_cluster configurations to the new Provider 2.0.0 schema with simplified structure.
* Updates documentation so each command has its own documentation page
* Supports variable `num_shards` even out of `dynamic` blocks

## 1.1.0 (Mar 25, 2025)

ENHANCEMENTS:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ atlas terraform clusterToAdvancedCluster --file in.tf --output out.tf
atlas tf clu2adv -f in.tf -o out.tf
```

[📖 Full Documentation](./docs/command_clu2adv.md) | [🔄 Migration Guide: Cluster to Advanced Cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/cluster-to-advanced-cluster-migration-guide)
[Full Documentation](./docs/command_clu2adv.md) | [Migration Guide: Cluster to Advanced Cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/cluster-to-advanced-cluster-migration-guide)

### 2. advancedClusterToV2 (adv2v2)
Convert previous `mongodbatlas_advanced_cluster` configurations to the new Provider 2.0.0 schema with simplified structure.
Expand All @@ -54,7 +54,7 @@ atlas terraform advancedClusterToV2 --file in.tf --output out.tf
atlas tf adv2v2 -f in.tf -o out.tf
```

[📖 Full Documentation](./docs/command_adv2v2.md)
[Full Documentation](./docs/command_adv2v2.md) | [Migration Guide: Advanced Cluster (v1.x → v2.0.0)](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/migrate-to-advanced-cluster-2.0)

## Feedback

Expand Down