Skip to content

Commit c0c7cdb

Browse files
oarbusilantoli
andauthored
doc: Adds v1.39.0 upgrade guide (#3522)
* v1.39.0 upgrade guide * Update docs/guides/1.39.0-upgrade-guide.md Co-authored-by: Leo Antoli <[email protected]> * pr comment * pr comments --------- Co-authored-by: Leo Antoli <[email protected]>
1 parent 79a8e8f commit c0c7cdb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/guides/1.39.0-upgrade-guide.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
page_title: "Upgrade Guide 1.39.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.39.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.39.0 introduces the following new features and fixes:
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- Adds support for the `MONGODB_ATLAS_PUBLIC_API_KEY` and `MONGODB_ATLAS_PRIVATE_API_KEY` environment variables which are widely used across the MongoDB ecosystem. These provide an alternative way to configure authentication alongside the existing `MONGODB_ATLAS_PUBLIC_KEY` and `MONGODB_ATLAS_PRIVATE_KEY` variables.
12+
- Adds support for the `mongodbatlas_federated_database_instance` resource and related data sources in the Azure cloud provider configuration through the new `azure` attribute. To learn more, see the [resource documentation](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/federated_database_instance).
13+
14+
## Bug Fixes
15+
16+
- **Organization Import Fix**: Fixes an issue where the `org_id` was not being set correctly when importing an existing organization using the `mongodbatlas_organization` resource.
17+
18+
## Helpful Links
19+
20+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
21+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
22+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)