diff --git a/website/docs/d/cloud_backup_snapshot_export_bucket.html.markdown b/website/docs/d/cloud_backup_snapshot_export_bucket.html.markdown index 70fc42311d..a715db503b 100644 --- a/website/docs/d/cloud_backup_snapshot_export_bucket.html.markdown +++ b/website/docs/d/cloud_backup_snapshot_export_bucket.html.markdown @@ -1,4 +1,5 @@ # Data Source: mongodbatlas_cloud_backup_snapshot_export_bucket + `mongodbatlas_cloud_backup_snapshot_export_bucket` datasource allows you to retrieve all the buckets for the specified project. diff --git a/website/docs/d/cloud_backup_snapshot_export_buckets.html.markdown b/website/docs/d/cloud_backup_snapshot_export_buckets.html.markdown index d7ebbb486e..d57e565439 100644 --- a/website/docs/d/cloud_backup_snapshot_export_buckets.html.markdown +++ b/website/docs/d/cloud_backup_snapshot_export_buckets.html.markdown @@ -1,4 +1,5 @@ # Data Source: mongodbatlas_cloud_backup_snapshot_export_buckets + `mongodbatlas_cloud_backup_snapshot_export_buckets` datasource allows you to retrieve all the buckets for the specified project. diff --git a/website/docs/d/cloud_backup_snapshot_export_job.html.markdown b/website/docs/d/cloud_backup_snapshot_export_job.html.markdown index 5393c86c2c..6307ef5a10 100644 --- a/website/docs/d/cloud_backup_snapshot_export_job.html.markdown +++ b/website/docs/d/cloud_backup_snapshot_export_job.html.markdown @@ -1,4 +1,5 @@ # Data Source: mongodbatlas_cloud_backup_snapshot_export_Job + `mongodbatlas_cloud_backup_snapshot_export_job` datasource allows you to retrieve a snapshot export job for the specified project and cluster. diff --git a/website/docs/d/cloud_backup_snapshot_export_jobs.html.markdown b/website/docs/d/cloud_backup_snapshot_export_jobs.html.markdown index 3cf52c9c73..5ffb6a7a07 100644 --- a/website/docs/d/cloud_backup_snapshot_export_jobs.html.markdown +++ b/website/docs/d/cloud_backup_snapshot_export_jobs.html.markdown @@ -1,4 +1,5 @@ # Data Source: mongodbatlas_cloud_backup_snapshot_export_jobs + `mongodbatlas_cloud_backup_snapshot_export_jobs` datasource allows you to retrieve all the buckets for the specified project. diff --git a/website/docs/d/control_plane_ip_addresses.html.markdown b/website/docs/d/control_plane_ip_addresses.html.markdown index 0ade298cfe..7da3d4b5a3 100644 --- a/website/docs/d/control_plane_ip_addresses.html.markdown +++ b/website/docs/d/control_plane_ip_addresses.html.markdown @@ -1,7 +1,6 @@ # Data Source: mongodbatlas_control_plane_ip_addresses - -Provides a data source that returns all control plane IP addresses. +`mongodbatlas_control_plane_ip_addresses` provides a data source that returns all control plane IP addresses. ## Example Usages ```terraform diff --git a/website/docs/d/custom_db_role.html.markdown b/website/docs/d/custom_db_role.html.markdown index d7a40c616d..af92937e4c 100644 --- a/website/docs/d/custom_db_role.html.markdown +++ b/website/docs/d/custom_db_role.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_custom_db_role -`mongodbatlas_custom_db_role` describe a Custom DB Role. This represents a custom db role. +`mongodbatlas_custom_db_role` describes a Custom DB Role. This represents a custom db role. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/custom_db_roles.html.markdown b/website/docs/d/custom_db_roles.html.markdown index 70fca78697..e12515cb1e 100644 --- a/website/docs/d/custom_db_roles.html.markdown +++ b/website/docs/d/custom_db_roles.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_custom_db_roles -`mongodbatlas_custom_db_roles` describe all Custom DB Roles. This represents a custom db roles. +`mongodbatlas_custom_db_roles` describes all Custom DB Roles. This represents a custom db roles. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/data_lake_pipeline_run.html.markdown b/website/docs/d/data_lake_pipeline_run.html.markdown index 8aa3cca9f7..29bf7389c4 100644 --- a/website/docs/d/data_lake_pipeline_run.html.markdown +++ b/website/docs/d/data_lake_pipeline_run.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_data_lake_pipeline_run -`mongodbatlas_data_lake_pipeline_run` describe a Data Lake Pipeline Run. +`mongodbatlas_data_lake_pipeline_run` describes a Data Lake Pipeline Run. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/data_lake_pipeline_runs.html.markdown b/website/docs/d/data_lake_pipeline_runs.html.markdown index 2bf924ba48..4e44f5459c 100644 --- a/website/docs/d/data_lake_pipeline_runs.html.markdown +++ b/website/docs/d/data_lake_pipeline_runs.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_data_lake_pipeline_runs -`mongodbatlas_data_lake_pipeline_run` describe Data Lake Pipeline Runs. +`mongodbatlas_data_lake_pipeline_run` describes Data Lake Pipeline Runs. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/database_user.html.markdown b/website/docs/d/database_user.html.markdown index e40bcc633b..45645b4e56 100644 --- a/website/docs/d/database_user.html.markdown +++ b/website/docs/d/database_user.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_database_user -`mongodbatlas_database_user` describe a Database User. This represents a database user which will be applied to all clusters within the project. +`mongodbatlas_database_user` describes a Database User. This represents a database user which will be applied to all clusters within the project. Each user has a set of roles that provide access to the project’s databases. User's roles apply to all the clusters in the project: if two clusters have a `products` database and a user has a role granting `read` access on the products database, the user has that access on both clusters. diff --git a/website/docs/d/database_users.html.markdown b/website/docs/d/database_users.html.markdown index e2d6faf7cb..3750bb9c86 100644 --- a/website/docs/d/database_users.html.markdown +++ b/website/docs/d/database_users.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_database_users -`mongodbatlas_database_users` describe all Database Users. This represents a database user which will be applied to all clusters within the project. +`mongodbatlas_database_users` describes all Database Users. This represents a database user which will be applied to all clusters within the project. Each user has a set of roles that provide access to the project’s databases. User's roles apply to all the clusters in the project: if two clusters have a `products` database and a user has a role granting `read` access on the products database, the user has that access on both clusters. diff --git a/website/docs/d/event_trigger.html.markdown b/website/docs/d/event_trigger.html.markdown index dcdeed563e..dccd36c76f 100644 --- a/website/docs/d/event_trigger.html.markdown +++ b/website/docs/d/event_trigger.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_event_trigger -`mongodbatlas_event_trigger` describe an Event Trigger. +`mongodbatlas_event_trigger` describes an Event Trigger. ## Example Usage diff --git a/website/docs/d/event_triggers.html.markdown b/website/docs/d/event_triggers.html.markdown index 78d8736581..3f18acedf0 100644 --- a/website/docs/d/event_triggers.html.markdown +++ b/website/docs/d/event_triggers.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_event_triggers -`mongodbatlas_event_triggers` describe all Event Triggers. +`mongodbatlas_event_triggers` describes all Event Triggers. ## Example Usage diff --git a/website/docs/d/federated_database_instance.html.markdown b/website/docs/d/federated_database_instance.html.markdown index 46173a7f89..99cd27f463 100644 --- a/website/docs/d/federated_database_instance.html.markdown +++ b/website/docs/d/federated_database_instance.html.markdown @@ -1,4 +1,4 @@ -# # Data Source: mongodbatlas_federated_database_instance +# Data Source: mongodbatlas_federated_database_instance `mongodbatlas_federated_database_instance` provides a Federated Database Instance data source. diff --git a/website/docs/d/federated_query_limit.html.markdown b/website/docs/d/federated_query_limit.html.markdown index cd40e674e4..5ce6911f78 100644 --- a/website/docs/d/federated_query_limit.html.markdown +++ b/website/docs/d/federated_query_limit.html.markdown @@ -1,4 +1,4 @@ -## Data Source: mongodbatlas_federated_query_limit +# Data Source: mongodbatlas_federated_query_limit `mongodbatlas_federated_query_limit` provides a Federated Database Instance Query Limit data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/. diff --git a/website/docs/d/organization.html.markdown b/website/docs/d/organization.html.markdown index 1e613347c7..c20693e935 100644 --- a/website/docs/d/organization.html.markdown +++ b/website/docs/d/organization.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_organization -`mongodbatlas_organization` describe all MongoDB Atlas Organizations. This represents organizations that have been created. +`mongodbatlas_organization` describes all MongoDB Atlas Organizations. This represents organizations that have been created. ## Example Usage diff --git a/website/docs/d/organizations.html.markdown b/website/docs/d/organizations.html.markdown index 11eebefb7b..d33d75d6b2 100644 --- a/website/docs/d/organizations.html.markdown +++ b/website/docs/d/organizations.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_organizations -`mongodbatlas_organizations` describe all MongoDB Atlas Organizations. This represents organizations that have been created. +`mongodbatlas_organizations` describes all MongoDB Atlas Organizations. This represents organizations that have been created. ## Example Usage diff --git a/website/docs/d/private_endpoint_regional_mode.html.markdown b/website/docs/d/private_endpoint_regional_mode.html.markdown index a85ed0402d..8972932587 100644 --- a/website/docs/d/private_endpoint_regional_mode.html.markdown +++ b/website/docs/d/private_endpoint_regional_mode.html.markdown @@ -1,6 +1,6 @@ # Data Source: private_endpoint_regional_mode -`private_endpoint_regional_mode` describe a Private Endpoint Regional Mode. This represents a Private Endpoint Regional Mode Connection that wants to retrieve settings of an Atlas project. +`private_endpoint_regional_mode` describes a Private Endpoint Regional Mode. This represents a Private Endpoint Regional Mode Connection that wants to retrieve settings of an Atlas project. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/privatelink_endpoint.html.markdown b/website/docs/d/privatelink_endpoint.html.markdown index 65cd5cf072..7d7923804c 100644 --- a/website/docs/d/privatelink_endpoint.html.markdown +++ b/website/docs/d/privatelink_endpoint.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_privatelink_endpoint -`mongodbatlas_privatelink_endpoint` describe a Private Endpoint. This represents a Private Endpoint Connection to retrieve details regarding a private endpoint by id in an Atlas project +`mongodbatlas_privatelink_endpoint` describes a Private Endpoint. This represents a Private Endpoint Connection to retrieve details regarding a private endpoint by id in an Atlas project -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/privatelink_endpoint_service.html.markdown b/website/docs/d/privatelink_endpoint_service.html.markdown index b9e3e9b15e..13a40f7525 100644 --- a/website/docs/d/privatelink_endpoint_service.html.markdown +++ b/website/docs/d/privatelink_endpoint_service.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_privatelink_endpoint_service -`mongodbatlas_privatelink_endpoint_service` describe a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project. +`mongodbatlas_privatelink_endpoint_service` describes a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/privatelink_endpoint_service_serverless.html.markdown b/website/docs/d/privatelink_endpoint_service_serverless.html.markdown index ed789d4417..224a17c1e0 100644 --- a/website/docs/d/privatelink_endpoint_service_serverless.html.markdown +++ b/website/docs/d/privatelink_endpoint_service_serverless.html.markdown @@ -1,6 +1,6 @@ # Data Source: privatelink_endpoint_service_serverless -`privatelink_endpoint_service_serverless` Provides a Serverless PrivateLink Endpoint Service resource. +`privatelink_endpoint_service_serverless` provides a Serverless PrivateLink Endpoint Service resource. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/privatelink_endpoints_service_adl.html.markdown b/website/docs/d/privatelink_endpoints_service_adl.html.markdown index 0de6fdf781..fcddf7e800 100644 --- a/website/docs/d/privatelink_endpoints_service_adl.html.markdown +++ b/website/docs/d/privatelink_endpoints_service_adl.html.markdown @@ -1,6 +1,6 @@ # Data Source: privatelink_endpoints_service_adl -`privatelink_endpoints_service_adl` Describes the list of all Atlas Data Lake (ADL) and Online Archive PrivateLink endpoints resource. +`privatelink_endpoints_service_adl` describes the list of all Atlas Data Lake (ADL) and Online Archive PrivateLink endpoints resource. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/privatelink_endpoints_service_serverless.html.markdown b/website/docs/d/privatelink_endpoints_service_serverless.html.markdown index b5a8b49a0e..6740e49d52 100644 --- a/website/docs/d/privatelink_endpoints_service_serverless.html.markdown +++ b/website/docs/d/privatelink_endpoints_service_serverless.html.markdown @@ -1,6 +1,6 @@ # Data Source: privatelink_endpoints_service_serverless -`privatelink_endpoints_service_serverless` Describes the list of all Serverless PrivateLink Endpoint Service resource. +`privatelink_endpoints_service_serverless` describes the list of all Serverless PrivateLink Endpoint Service resource. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/d/project_api_keys.html.markdown b/website/docs/d/project_api_keys.html.markdown index 41f3ce2fbf..22f3be6ac8 100644 --- a/website/docs/d/project_api_keys.html.markdown +++ b/website/docs/d/project_api_keys.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_api_keys -`mongodbatlas_api_keys` describe all API Keys. This represents API Keys that have been created. +`mongodbatlas_api_keys` describes all API Keys. This represents API Keys that have been created. ~> **IMPORTANT WARNING:** Managing Atlas Programmatic API Keys (PAKs) with Terraform will expose sensitive organizational secrets in Terraform's state. We suggest following [Terraform's best practices](https://developer.hashicorp.com/terraform/language/state/sensitive-data). You may also want to consider managing your PAKs via a more secure method, such as the [HashiCorp Vault MongoDB Atlas Secrets Engine](https://developer.hashicorp.com/vault/docs/secrets/mongodbatlas). diff --git a/website/docs/d/projects.html.markdown b/website/docs/d/projects.html.markdown index c87922b9cc..e1dea0a3a3 100644 --- a/website/docs/d/projects.html.markdown +++ b/website/docs/d/projects.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_projects -`mongodbatlas_projects` describe all Projects. This represents projects that have been created. +`mongodbatlas_projects` describes all Projects. This represents projects that have been created. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/push_based_log_export.html.markdown b/website/docs/d/push_based_log_export.html.markdown index 238665edbf..3775db298a 100644 --- a/website/docs/d/push_based_log_export.html.markdown +++ b/website/docs/d/push_based_log_export.html.markdown @@ -1,6 +1,5 @@ # Data Source: mongodbatlas_push_based_log_export - `mongodbatlas_push_based_log_export` describes the configured project level settings for the push-based log export feature. ## Example Usages diff --git a/website/docs/d/search_deployment.html.markdown b/website/docs/d/search_deployment.html.markdown index e9da4ab279..92e24e3b98 100644 --- a/website/docs/d/search_deployment.html.markdown +++ b/website/docs/d/search_deployment.html.markdown @@ -1,6 +1,5 @@ # Data Source: mongodbatlas_search_deployment - `mongodbatlas_search_deployment` describes a search node deployment. ## Example Usages diff --git a/website/docs/d/search_index.html.markdown b/website/docs/d/search_index.html.markdown index f44bbf5185..cd3bf0255f 100644 --- a/website/docs/d/search_index.html.markdown +++ b/website/docs/d/search_index.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_search_index -`mongodbatlas_search_index` describe a single search indexes. This represents a single search index that have been created. +`mongodbatlas_search_index` describes a single search indexes. This represents a single search index that have been created. > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/search_indexes.html.markdown b/website/docs/d/search_indexes.html.markdown index b1df1644b3..abc56a6e0d 100644 --- a/website/docs/d/search_indexes.html.markdown +++ b/website/docs/d/search_indexes.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_search_indexes -`mongodbatlas_search_indexes` describe all search indexes. This represents search indexes that have been created. +`mongodbatlas_search_indexes` describes all search indexes. This represents search indexes that have been created. > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/serverless_instance.html.markdown b/website/docs/d/serverless_instance.html.markdown index d3e8d32391..48a0be84d7 100644 --- a/website/docs/d/serverless_instance.html.markdown +++ b/website/docs/d/serverless_instance.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_serverless_instance -`mongodbatlas_serverless_instance` describe a single serverless instance. This represents a single serverless instance that have been created. +`mongodbatlas_serverless_instance` describes a single serverless instance. This represents a single serverless instance that have been created. > **NOTE:** Serverless instances do not support some Atlas features at this time. For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/). diff --git a/website/docs/d/serverless_instances.html.markdown b/website/docs/d/serverless_instances.html.markdown index 61ff4dad1f..5dfb38816f 100644 --- a/website/docs/d/serverless_instances.html.markdown +++ b/website/docs/d/serverless_instances.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_serverless_instances -`mongodbatlas_serverless_instances` describe all serverless instances. This represents serverless instances that have been created for the specified group id. +`mongodbatlas_serverless_instances` describes all serverless instances. This represents serverless instances that have been created for the specified group id. > **NOTE:** Serverless instances do not support some Atlas features at this time. For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/). diff --git a/website/docs/d/third_party_integration.markdown b/website/docs/d/third_party_integration.markdown index a8da123f1a..bd2c9c25aa 100644 --- a/website/docs/d/third_party_integration.markdown +++ b/website/docs/d/third_party_integration.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_third_party_integration -`mongodbatlas_third_party_integration` describe a Third-Party Integration Settings for the given type. +`mongodbatlas_third_party_integration` describes a Third-Party Integration Settings for the given type. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/third_party_integrations.markdown b/website/docs/d/third_party_integrations.markdown index 0851577b1c..c177cc3490 100644 --- a/website/docs/d/third_party_integrations.markdown +++ b/website/docs/d/third_party_integrations.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_third_party_integrations -`mongodbatlas_third_party_integrations` describe all Third-Party Integration Settings. This represents two Third-Party services `PAGER_DUTY` and `DATADOG` +`mongodbatlas_third_party_integrations` describes all Third-Party Integration Settings. This represents two Third-Party services `PAGER_DUTY` and `DATADOG` applied across the project. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/d/x509_authentication_database_user.html.markdown b/website/docs/d/x509_authentication_database_user.html.markdown index 202b6dfc92..e3a9509289 100644 --- a/website/docs/d/x509_authentication_database_user.html.markdown +++ b/website/docs/d/x509_authentication_database_user.html.markdown @@ -1,6 +1,6 @@ # Data Source: mongodbatlas_x509_authentication_database_user -`mongodbatlas_x509_authentication_database_user` describe a X509 Authentication Database User. This represents a X509 Authentication Database User. +`mongodbatlas_x509_authentication_database_user` describes a X509 Authentication Database User. This represents a X509 Authentication Database User. -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. diff --git a/website/docs/r/cloud_backup_snapshot_export_bucket.html.markdown b/website/docs/r/cloud_backup_snapshot_export_bucket.html.markdown index 86ccbf134d..2ffef835aa 100644 --- a/website/docs/r/cloud_backup_snapshot_export_bucket.html.markdown +++ b/website/docs/r/cloud_backup_snapshot_export_bucket.html.markdown @@ -1,5 +1,6 @@ # Resource: mongodbatlas_cloud_backup_snapshot_export_bucket -`mongodbatlas_cloud_backup_snapshot_export_bucket` resource allows you to create an export snapshot bucket for the specified project. + +`mongodbatlas_cloud_backup_snapshot_export_bucket` allows you to create an export snapshot bucket for the specified project. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/r/cloud_backup_snapshot_export_job.html.markdown b/website/docs/r/cloud_backup_snapshot_export_job.html.markdown index a65d33c3ae..2fdc724104 100644 --- a/website/docs/r/cloud_backup_snapshot_export_job.html.markdown +++ b/website/docs/r/cloud_backup_snapshot_export_job.html.markdown @@ -1,5 +1,6 @@ # Resource: mongodbatlas_cloud_backup_snapshot_export_job -`mongodbatlas_cloud_backup_snapshot_export_job` resource allows you to create a cloud backup snapshot export job for the specified project. + +`mongodbatlas_cloud_backup_snapshot_export_job` allows you to create a cloud backup snapshot export job for the specified project. -> **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation. diff --git a/website/docs/r/encryption_at_rest.html.markdown b/website/docs/r/encryption_at_rest.html.markdown index 53b47b3898..37e711aa56 100644 --- a/website/docs/r/encryption_at_rest.html.markdown +++ b/website/docs/r/encryption_at_rest.html.markdown @@ -1,6 +1,6 @@ # Resource: mongodbatlas_encryption_at_rest -`mongodbatlas_encryption_at_rest` Allows management of encryption at rest for an Atlas project with one of the following providers: +`mongodbatlas_encryption_at_rest` allows management of encryption at rest for an Atlas project with one of the following providers: [Amazon Web Services Key Management Service](https://docs.atlas.mongodb.com/security-aws-kms/#security-aws-kms) [Azure Key Vault](https://docs.atlas.mongodb.com/security-azure-kms/#security-azure-kms) diff --git a/website/docs/r/federated_settings_org_config.html.markdown b/website/docs/r/federated_settings_org_config.html.markdown index c9b1cbe446..924c5a3252 100644 --- a/website/docs/r/federated_settings_org_config.html.markdown +++ b/website/docs/r/federated_settings_org_config.html.markdown @@ -2,7 +2,6 @@ `mongodbatlas_federated_settings_org_config` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers. - ## Example Usage ~> **IMPORTANT** You **MUST** import this resource before you can manage it with this provider. diff --git a/website/docs/r/global_cluster_config.html.markdown b/website/docs/r/global_cluster_config.html.markdown index 302b3723e9..313e5943e4 100644 --- a/website/docs/r/global_cluster_config.html.markdown +++ b/website/docs/r/global_cluster_config.html.markdown @@ -2,7 +2,6 @@ `mongodbatlas_global_cluster_config` provides a Global Cluster Configuration resource. - -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. -> **NOTE:** This resource can only be used with Atlas-managed clusters. See doc for `global_cluster_self_managed_sharding` attribute in [`mongodbatlas_advanced_cluster` resource](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/advanced_cluster) for more info. diff --git a/website/docs/r/push_based_log_export.html.markdown b/website/docs/r/push_based_log_export.html.markdown index bbc9e0c8f8..591a0b1d34 100644 --- a/website/docs/r/push_based_log_export.html.markdown +++ b/website/docs/r/push_based_log_export.html.markdown @@ -1,6 +1,5 @@ # Resource: mongodbatlas_push_based_log_export - `mongodbatlas_push_based_log_export` provides a resource for push-based log export feature. The resource lets you configure, enable & disable the project level settings for the push-based log export feature. Using this resource you can continually push logs from mongod, mongos, and audit logs to an Amazon S3 bucket. Atlas exports logs every 5 minutes. diff --git a/website/docs/r/search_deployment.html.markdown b/website/docs/r/search_deployment.html.markdown index 4aa71e3f38..7fb1a1e02e 100644 --- a/website/docs/r/search_deployment.html.markdown +++ b/website/docs/r/search_deployment.html.markdown @@ -1,6 +1,5 @@ # Resource: mongodbatlas_search_deployment - `mongodbatlas_search_deployment` provides a Search Deployment resource. The resource lets you create, edit and delete dedicated search nodes in a cluster. -> **NOTE:** For details on supported cloud providers and existing limitations you can visit the [Search Node Documentation](https://www.mongodb.com/docs/atlas/cluster-config/multi-cloud-distribution/#search-nodes-for-workload-isolation).