Skip to content

Commit

Permalink
Revert "Revert "change existing guide""
Browse files Browse the repository at this point in the history
This reverts commit 193ff9d.
  • Loading branch information
lantoli committed Apr 15, 2024
1 parent 125b802 commit 60e26d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/1.10.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MongoDB Atlas Provider 1.10.0: Upgrade and Information Guide
The Terraform MongoDB Atlas Provider version 1.10.0 has a number of new and exciting features and changes.

**New Resources, Data Sources, and Features:**
- You can now manage [MongoDB Atlas Organizations](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Organizations/operation/createOrganization) (including Create) with [`mongodbatlas_organization`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/organization). Newly created Organizations are linked to the requesting API Key's organization. The requesting API Key's organization must be a paying organization and have [Cross-Organization Billing](https://www.mongodb.com/docs/atlas/billing/?_ga=2.39600355.114292989.1686535076-1433452924.1667927805&_gac=1.182003541.1684298278.CjwKCAjw04yjBhApEiwAJcvNoZ23kmDMLJdSWF_21lgtuZjnV0yUzkXt_9RLfLO_yeFKyWlBGSpKkxoCyK8QAvD_BwE#cross-organization-billing) enabled.
- You can now manage [MongoDB Atlas Organizations](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Organizations/operation/createOrganization) (including Create) with [`mongodbatlas_organization`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/organization). Newly created Organizations are linked to the requesting API Key's organization. The requesting API Key's organization must be a paying organization and have [Cross-Organization Billing](https://www.mongodb.com/docs/atlas/billing/?_ga=2.39600355.114292989.1686535076-1433452924.1667927805&_gac=1.182003541.1684298278.CjwKCAjw04syjBhApEiwAJcvNoZ23kmDMLJdSWF_21lgtuZjnV0yUzkXt_9RLfLO_yeFKyWlBGSpKkxoCyK8QAvD_BwE#cross-organization-billing) enabled.
- You can now manage [Federated Database Instances](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) with [`mongodbatlas_federated_database_instance`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/federated_database_instance)
- You can now manage [Query Limits for Federated Database Instances](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createOneDataFederationQueryLimit) with [`mongodbatlas_federated_query_limit`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/federated_database_instance)
- You can now manage [Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createDataFederationPrivateEndpoint) for Federated Database Instances and Online Archives with [`mongodbatlas_privatelink_endpoint_service_data_federation_online_archive`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/privatelink_endpoint_service_data_federation_online_archive)
Expand Down

0 comments on commit 60e26d1

Please sign in to comment.