Skip to content

Commit

Permalink
small adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Jul 15, 2024
1 parent 651d14c commit 5d52dc9
Show file tree
Hide file tree
Showing 41 changed files with 37 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
3 changes: 1 addition & 2 deletions website/docs/d/control_plane_ip_addresses.html.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/custom_db_role.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/custom_db_roles.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/data_lake_pipeline_run.html.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/data_lake_pipeline_runs.html.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/database_user.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/database_users.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/event_trigger.html.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/event_triggers.html.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/federated_database_instance.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/federated_query_limit.html.markdown
Original file line number Diff line number Diff line change
@@ -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/.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/organization.html.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/organizations.html.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/privatelink_endpoint.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/privatelink_endpoint_service.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/project_api_keys.html.markdown
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/projects.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 0 additions & 1 deletion website/docs/d/push_based_log_export.html.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/search_deployment.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Data Source: mongodbatlas_search_deployment


`mongodbatlas_search_deployment` describes a search node deployment.

## Example Usages
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/search_index.html.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/search_indexes.html.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/serverless_instance.html.markdown
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/serverless_instances.html.markdown
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/third_party_integration.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/third_party_integrations.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/encryption_at_rest.html.markdown
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/federated_settings_org_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/global_cluster_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/push_based_log_export.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 0 additions & 1 deletion website/docs/r/search_deployment.html.markdown
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 5d52dc9

Please sign in to comment.