|
1 | 1 | ## (Unreleased)
|
2 | 2 |
|
| 3 | +NOTES: |
| 4 | + |
| 5 | +* data-source/mongodbatlas_serverless_instance: Deprecates data source ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 6 | +* data-source/mongodbatlas_serverless_instances: Deprecates data source ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 7 | +* data-source/mongodbatlas_shared_tier_restore_job: Deprecates data source ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 8 | +* data-source/mongodbatlas_shared_tier_restore_jobs: Deprecates data source ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 9 | +* data-source/mongodbatlas_shared_tier_snapshot: Deprecates data source ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 10 | +* data-source/mongodbatlas_shared_tier_snapshot: Deprecates data source ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 11 | +* resource/mongodbatlas_advanced_cluster: Deprecates `M2` and `M5` instance size for the attribute `instance_size` inside of `analytics_specs`, `electable_specs` and `read_only_specs` ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 12 | +* resource/mongodbatlas_cluster: Deprecates `M2` and `M5` instance size values for the attribute `provider_instance_size_name` ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 13 | +* resource/mongodbatlas_serverless_instance: Deprecates resource ([#3012](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3012)) |
| 14 | + |
| 15 | +FEATURES: |
| 16 | + |
| 17 | +* **New Data Source:** `mongodbatlas_flex_restore_job` ([#3041](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3041)) |
| 18 | +* **New Data Source:** `mongodbatlas_flex_restore_jobs` ([#3041](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3041)) |
| 19 | +* **New Data Source:** `mongodbatlas_flex_snapshot` ([#3036](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3036)) |
| 20 | +* **New Data Source:** `mongodbatlas_flex_snapshots` ([#3036](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3036)) |
| 21 | + |
3 | 22 | ENHANCEMENTS:
|
4 | 23 |
|
| 24 | +* data-source/mongodbatlas_advanced_cluster: This data source can now read Flex clusters ([#3001](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3001)) |
| 25 | +* data-source/mongodbatlas_advanced_clusters: This data source can now read Flex clusters ([#3001](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3001)) |
| 26 | +* data-source/mongodbatlas_flex_cluster: Reaches GA (General Availability) ([#3003](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3003)) |
| 27 | +* data-source/mongodbatlas_flex_cluster: Reaches GA (General Availability) ([#3003](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3003)) |
| 28 | +* resource/mongodbatlas_advanced_cluster: This resource can now create, read, update, and delete Flex clusters ([#3001](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3001)) |
| 29 | +* resource/mongodbatlas_flex_cluster: Reaches GA (General Availability) ([#3003](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3003)) |
5 | 30 | * resource/mongodbatlas_global_cluster_config: Supports update operation ([#3060](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3060))
|
6 | 31 |
|
7 | 32 | BUG FIXES:
|
|
0 commit comments