You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# MongoDB Atlas Provider 1.38.0: Upgrade and Information Guide
6
+
7
+
The Terraform MongoDB Atlas Provider version 1.38.0 introduces the following new features and fixes:
8
+
9
+
## New Resources, Data Sources, and Features
10
+
11
+
- You can now use `mongodbatlas_api_key_project_assignment` to assign an API key to a project. See the [Migration Guide: Project API Key to API Key + Project Assignment](project-api-key-migration) and the [resource documentation](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/api_key_project_assignment) to learn more.
12
+
- The `mongodbatlas_organization` resource now supports importing an existing organization. See the [import guide](importing-organization) to learn more.
13
+
- The `mongodbatlas_third_party_integration` resource now supports the `send_user_provided_resource_tags` attribute to support sending `$querystats` to Datadog. See the [resource documentation](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/third_party_integration#DATADOG-1) to learn more.
14
+
15
+
## Bug Fixes
16
+
17
+
- Fixes an issue with pagination for plural data sources where only a single item was returned by default when `items_per_page` was undefined.
18
+
19
+
20
+
The 1.38.0 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.
0 commit comments