diff --git a/docs/guides/1.32.0-upgrade-guide.md b/docs/guides/1.32.0-upgrade-guide.md new file mode 100644 index 0000000000..8501728569 --- /dev/null +++ b/docs/guides/1.32.0-upgrade-guide.md @@ -0,0 +1,25 @@ +--- +page_title: "Upgrade Guide 1.32.0" +--- + +# MongoDB Atlas Provider 1.32.0: Upgrade and Information Guide + +The Terraform MongoDB Atlas Provider version 1.32.0 has a number of new and exciting features. + +## New Resources, Data Sources, and Features + +- You can now enable encryption at rest for MongoDB Atlas Search Nodes by configuring the `mongodbatlas_encryption_at_rest` resource with the `enabled_for_search_nodes` attribute, which can be verified using the `encryption_at_rest_provider` attribute on the `mongodbatlas_search_deployment` resource. To learn more, see the [mongodbatlas_encryption_at_rest](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/encryption_at_rest#enabled_for_search_nodes-1) and the [mongodbatlas_search_deployment](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_deployment#encryption_at_rest_provider-1) resource documentations. + +- `mongodbatlas_search_deployment` now supports `skip_wait_on_update` to avoid waiting for the update operations to complete. To learn more, see the [mongodbatlas_search_deployment](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_deployment) resource documentation. + +- You can now update the `mongodbatlas_stream_processor` resource. To learn more, see the [mongodbatlas_stream_processor](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/stream_processor) resource documentation. + +- `mongodbatlas_resource_policy` resource and data sources now support the new `description` field. To learn more, see the [mongodbatlas_resource_policy](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/resource_policy#description-1) resource documentation. + +## Helpful Links + +* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues) + +* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723) + +* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.