Skip to content

Commit deb6cf7

Browse files
authored
doc: Adds upgrade guide for MongoDB Atlas Provider 1.32.0 with new features and resources (#3260)
* doc: Adds upgrade guide for MongoDB Atlas Provider 1.32.0 with new features and resources * doc: Add link to the mongodbatlas_search_deployment resource * doc: Add resource policy description to changelog * apply suggestion * apply suggestions
1 parent 317ca9b commit deb6cf7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
page_title: "Upgrade Guide 1.32.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.32.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.32.0 has a number of new and exciting features.
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- 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.
12+
13+
- `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.
14+
15+
- 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.
16+
17+
- `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.
18+
19+
## Helpful Links
20+
21+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
22+
23+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
24+
25+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)