Skip to content

Commit 46d3b12

Browse files
xargomoarbusi
andauthored
doc: Added first draft for upgrade guide 2.0.0 (DOCSP-52120) (#3538)
* doc: Added first draft for upgrade guide 2.0.0 (DOCSP-52120) * doc: Deleted breaking lines * Update docs/guides/2.0.0-upgrade-guide.md Co-authored-by: Oriol <[email protected]> * Update docs/guides/2.0.0-upgrade-guide.md Co-authored-by: Oriol <[email protected]> --------- Co-authored-by: Oriol <[email protected]>
1 parent a8a32f8 commit 46d3b12

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/guides/2.0.0-upgrade-guide.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: "mongodbatlas"
3+
page_title: "MongoDB Atlas Provider 2.0.0: Upgrade and Information Guide"
4+
sidebar_current: "docs-mongodbatlas-guides-200-upgrade-guide"
5+
description: |-
6+
MongoDB Atlas Provider 2.0.0: Upgrade and Information Guide
7+
---
8+
9+
# MongoDB Atlas Provider 2.0.0: Upgrade and Information Guide
10+
11+
**New Features**
12+
13+
The Terraform MongoDB Atlas Provider version 2.0.0 has the following new features:
14+
15+
16+
**Breaking Changes**
17+
18+
- `export` and `auto_export_enabled` are now optional only arguments in `mongodbatlas_cloud_backup_schedule `. This facilitates tracking changes in their configurations.
19+
20+
- `hour_of_day` is now defined as required for `mongodbatlas_maintenance_window`resources. This clarification prevents errors when creating new resources.
21+
22+
- `actions` now is set as `TypeSet` in `mongodbatlas_custom_db_role`. This prevents plan diffs when reordering the `actions` in `mongodbatlas_custom_db_role` resource.
23+
24+
25+
2.0.0 also includes 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.
26+
27+
28+
### Helpful Links
29+
30+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
31+
32+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
33+
34+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)