Skip to content

Commit 3e424f8

Browse files
authored
doc: Adds 1.34.0 upgrade guide (#3309)
* doc: Adds 1.34.0 upgrade guide * fix: link to description attribute * doc: Update 1.34.0 upgrade guide with link to changelog
1 parent d04dbed commit 3e424f8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/guides/1.34.0-upgrade-guide.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
page_title: "Upgrade Guide 1.34.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.34.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.34.0 has a number of new and exciting features.
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- `mongodbatlas_database_user` resource and data sources now support the new `description` attribute. To learn more, see the [mongodbatlas_database_user](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/database_user#description-1) resource documentation.
12+
13+
- `mongodbatlas_maintenance_window` resource and data sources now support the new `protected_hours` and `time_zone_id` attributes. To learn more, see the [mongodbatlas_maintenance_window](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/maintenance_window) resource documentation.
14+
15+
- The release 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.
16+
17+
## Helpful Links
18+
19+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
20+
21+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
22+
23+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)