Skip to content

Commit c88105a

Browse files
doc: upgrade guide for v1.13.0 (#1659)
* initial commit for upgrade guide 1.13.0 * fix version * Update website/docs/guides/1.13.0-upgrade-guide.html.markdown Co-authored-by: Agustin Bettati <[email protected]> * add breaking changes section with #1640 --------- Co-authored-by: Agustin Bettati <[email protected]>
1 parent a29d523 commit c88105a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: "mongodbatlas"
3+
page_title: "MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide"
4+
sidebar_current: "docs-mongodbatlas-guides-1130-upgrade-guide"
5+
description: |-
6+
MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide
7+
---
8+
9+
# MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide
10+
11+
The Terraform MongoDB Atlas Provider version 1.13.0 has a number of new and exciting features.
12+
13+
**New Resources, Data Sources, and Features:**
14+
- You can now manage [MongoDB Atlas Search Nodes](https://www.mongodb.com/docs/atlas/atlas-search/atlas-search-overview/#search-nodes-architecture) with `mongodbatlas_search_deployment` [resource](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_deployment) and [data source](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/search_deployment).
15+
- You can now leverage [`type`](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Atlas-Search/operation/createAtlasSearchIndex) and [`fields`](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Atlas-Search/operation/createAtlasSearchIndex) parameters in [`mongodbatlas_search_index`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_index) resource.
16+
17+
18+
**Breaking Changes:**
19+
- Updates on `paused` clusters now return the error `CANNOT_UPDATE_PAUSED_CLUSTER`. See [Considerations for Paused Clusters](https://www.mongodb.com/docs/atlas/pause-terminate-cluster/#considerations-for-paused-clusters)
20+
21+
22+
1.13.0 also includes other general improvements, bug fixes, and several key documentation updates. See the [CHANGELOG](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md) for more specific information.
23+
24+
25+
### Helpful Links
26+
27+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
28+
29+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
30+
31+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)