Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] Not sure about the usage of emojiis in the title. Looks a bit too much AI generated?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's fair, changed here: 6a70cbe


## Feedback

Expand Down