Skip to content

Commit cf83d16

Browse files
oarbusiAgustinBettatiQuiqueSanMongo
authored
doc: Adds v1.41.0 upgrade guide (#3659)
* upgrade guide * reference mig guide * Update docs/guides/1.41.0-upgrade-guide.md Co-authored-by: Agustin Bettati <[email protected]> * Update docs/guides/1.41.0-upgrade-guide.md Co-authored-by: Enrique Sánchez <[email protected]> * Update docs/guides/1.41.0-upgrade-guide.md Co-authored-by: Enrique Sánchez <[email protected]> --------- Co-authored-by: Agustin Bettati <[email protected]> Co-authored-by: Enrique Sánchez <[email protected]>
1 parent 2d5daf0 commit cf83d16

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.41.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.41.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.41.0 introduces the following new features and fixes:
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- Adds support for Google Cloud Platform (GCP) as a cloud provider in the `mongodbatlas_cloud_provider_access_setup` resource and data source, and in the `mongodbatlas_cloud_provider_access_authorization` resource.
12+
- The `mongodbatlas_encryption_at_rest` resource and data source now support the `role_id` attribute in `google_cloud_kms_config`, providing a new authentication option for Google Cloud KMS. To migrate from service account keys to role-based authentication, see the [GCP Role-based Migration Guide](./encryption-at-rest-gcp-role-based-migration.md).
13+
- Changes to the `project_id` or `role_id` attributes in the `mongodbatlas_cloud_provider_access_authorization` resource will now result in the destruction and recreation of the authorization resource. This ensures proper configuration updates but may cause temporary service interruption. Plan your updates accordingly and review your resource dependencies before applying changes.
14+
15+
## Bug Fixes
16+
17+
- Fixes the "Value Conversion Error" that occurred when `replication_specs` are unknown in the `mongodbatlas_advanced_cluster` 2.0 preview resource, improving configuration stability during cluster creation and updates.
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)