Skip to content

Commit d8a811d

Browse files
doc: Upgrade guide for v1.35.0 (#3360)
* upgrade guide * Update docs/guides/1.35.0-upgrade-guide.md Co-authored-by: John Williams <[email protected]> --------- Co-authored-by: John Williams <[email protected]>
1 parent 3a850df commit d8a811d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
page_title: "Upgrade Guide 1.35.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.35.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.35.0 introduces the following new features and fixes:
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- `mongodbatlas_advanced_cluster` (preview provider 2.0.0) and `mongodbatlas_advanced_cluster` resources now support the new `delete_on_create_timeout` attribute. This flag indicates whether to delete the cluster if the cluster creation times out. The default is `false`. To learn more, see the [mongodbatlas_advanced_cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/advanced_cluster) resource documentation.
12+
13+
- `mongodbatlas_search_deployment` resource now supports the new `delete_on_create_timeout` attribute. This flag indicates whether to delete the search deployment if the search deployment creation times out. The default is `false`. To learn more, see the [mongodbatlas_search_deployment](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_deployment) resource documentation.
14+
15+
## Bug Fixes
16+
17+
- `mongodbatlas_private_endpoint_regional_mode` resource update wait time has been increased so cluster connection strings are updated. This improves reliability when updating regional mode private endpoints.
18+
19+
## Helpful Links
20+
21+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
22+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
23+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)