From fe7ac9ab9e4143e687554b37dac1117240ed4aef Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 14:53:20 +0200 Subject: [PATCH 1/9] Revert "chore: Updates CHANGELOG.md header for v1.41.1 release" This reverts commit 0170bfe87e991fb2b5654176f0ef47cd8ab91855. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58318bea5..7f049be604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ## (Unreleased) -## 1.41.1 (October 01, 2025) - BUG FIXES: * resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725)) From d369656000c0e5d40dde976d56f6d220bda52ece Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 14:58:41 +0200 Subject: [PATCH 2/9] Revert "chore: Update example links in registry docs for v1.41.1 release" This reverts commit 193505049d6762d934e17faf6b3c959be37f52c6. --- docs/data-sources/alert_configurations.md | 2 +- docs/data-sources/privatelink_endpoint.md | 2 +- .../privatelink_endpoint_service.md | 2 +- docs/index.md | 2 +- docs/resources/access_list_api_key.md | 2 +- docs/resources/advanced_cluster.md | 22 +++++++++---------- docs/resources/alert_configuration.md | 2 +- docs/resources/api_key.md | 2 +- docs/resources/api_key_project_assignment.md | 2 +- docs/resources/backup_compliance_policy.md | 2 +- docs/resources/cloud_backup_schedule.md | 2 +- docs/resources/cloud_backup_snapshot.md | 4 ++-- .../cloud_backup_snapshot_export_bucket.md | 4 ++-- .../cloud_backup_snapshot_export_job.md | 2 +- .../cloud_backup_snapshot_restore_job.md | 4 ++-- .../cloud_provider_access_authorization.md | 8 +++---- docs/resources/cloud_provider_access_setup.md | 10 ++++----- docs/resources/cloud_user_org_assignment.md | 2 +- .../cloud_user_project_assignment.md | 2 +- docs/resources/cloud_user_team_assignment.md | 2 +- docs/resources/cluster.md | 12 +++++----- docs/resources/cluster_outage_simulation.md | 2 +- docs/resources/database_user.md | 2 +- docs/resources/encryption_at_rest.md | 8 +++---- .../encryption_at_rest_private_endpoint.md | 8 +++---- docs/resources/federated_database_instance.md | 4 ++-- docs/resources/federated_query_limit.md | 2 +- .../federated_settings_identity_provider.md | 2 +- .../federated_settings_org_config.md | 4 ++-- .../federated_settings_org_role_mapping.md | 2 +- docs/resources/flex_cluster.md | 2 +- docs/resources/maintenance_window.md | 2 +- .../mongodb_employee_access_grant.md | 2 +- docs/resources/network_container.md | 2 +- docs/resources/network_peering.md | 6 ++--- docs/resources/online_archive.md | 2 +- docs/resources/org_invitation.md | 2 +- docs/resources/organization.md | 6 ++--- .../private_endpoint_regional_mode.md | 4 ++-- docs/resources/privatelink_endpoint.md | 6 ++--- .../resources/privatelink_endpoint_service.md | 6 ++--- ..._service_data_federation_online_archive.md | 2 +- docs/resources/project.md | 2 +- docs/resources/project_api_key.md | 2 +- docs/resources/project_invitation.md | 2 +- docs/resources/project_ip_access_list.md | 2 +- docs/resources/push_based_log_export.md | 2 +- docs/resources/resource_policy.md | 2 +- docs/resources/search_deployment.md | 2 +- docs/resources/stream_connection.md | 2 +- docs/resources/stream_instance.md | 2 +- docs/resources/stream_privatelink_endpoint.md | 10 ++++----- docs/resources/stream_processor.md | 2 +- docs/resources/team.md | 4 ++-- docs/resources/team_project_assignment.md | 2 +- docs/resources/third_party_integration.md | 2 +- .../api_key_project_assignment.md.tmpl | 2 +- .../cloud_user_org_assignment.md.tmpl | 2 +- .../cloud_user_project_assignment.md.tmpl | 2 +- .../cloud_user_team_assignment.md.tmpl | 2 +- .../resources/encryption_at_rest.md.tmpl | 8 +++---- ...ncryption_at_rest_private_endpoint.md.tmpl | 8 +++---- templates/resources/flex_cluster.md.tmpl | 2 +- .../mongodb_employee_access_grant.md.tmpl | 2 +- .../resources/push_based_log_export.md.tmpl | 2 +- templates/resources/resource_policy.md.tmpl | 2 +- templates/resources/search_deployment.md.tmpl | 2 +- .../stream_privatelink_endpoint.md.tmpl | 10 ++++----- templates/resources/stream_processor.md.tmpl | 2 +- .../resources/team_project_assignment.md.tmpl | 2 +- 70 files changed, 127 insertions(+), 127 deletions(-) diff --git a/docs/data-sources/alert_configurations.md b/docs/data-sources/alert_configurations.md index bd80e5096d..5f6694b18b 100644 --- a/docs/data-sources/alert_configurations.md +++ b/docs/data-sources/alert_configurations.md @@ -34,7 +34,7 @@ output "alert_output" { ``` Refer to the following for a full example on using this data_source as a tool to import all resources: -* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/atlas-alert-configurations) +* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/atlas-alert-configurations) ## Argument Reference diff --git a/docs/data-sources/privatelink_endpoint.md b/docs/data-sources/privatelink_endpoint.md index eb773fbae9..9dd3f30b02 100644 --- a/docs/data-sources/privatelink_endpoint.md +++ b/docs/data-sources/privatelink_endpoint.md @@ -28,7 +28,7 @@ data "mongodbatlas_privatelink_endpoint" "test" { ``` ### Available complete examples -- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) ## Argument Reference diff --git a/docs/data-sources/privatelink_endpoint_service.md b/docs/data-sources/privatelink_endpoint_service.md index fa18fcc029..ab135b7b79 100644 --- a/docs/data-sources/privatelink_endpoint_service.md +++ b/docs/data-sources/privatelink_endpoint_service.md @@ -78,7 +78,7 @@ data "mongodbatlas_privatelink_endpoint_service" "test" { ``` ### Available complete examples -- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) ## Argument Reference diff --git a/docs/index.md b/docs/index.md index 5c582eb801..adeb233c8d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -296,7 +296,7 @@ We ship binaries but do not prioritize fixes for the following operating system ## Examples from MongoDB and the Community -We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples) +We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples) in our GitHub repo that will help both beginner and more advanced users. Have a good example you've created and want to share? diff --git a/docs/resources/access_list_api_key.md b/docs/resources/access_list_api_key.md index 3eaaa5d6ac..6e45976eae 100644 --- a/docs/resources/access_list_api_key.md +++ b/docs/resources/access_list_api_key.md @@ -37,7 +37,7 @@ resource "mongodbatlas_access_list_api_key" "test" { ``` ### Further Examples -- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key) +- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key) ## Argument Reference diff --git a/docs/resources/advanced_cluster.md b/docs/resources/advanced_cluster.md index 170db64418..5c26b62b44 100644 --- a/docs/resources/advanced_cluster.md +++ b/docs/resources/advanced_cluster.md @@ -449,20 +449,20 @@ output "endpoint_service_connection_string" { # Example return string: connection_string = "mongodb+srv://cluster-atlas-pl-0.ygo1m.mongodb.net" ``` Refer to the following for full privatelink endpoint connection string examples: -* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) -* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) -* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) +* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) +* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) ### Further Examples -- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster) -- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard) -- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/global-cluster) -- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/multi-cloud) -- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade) -- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv) -- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_cluster_to_advanced_cluster/basic) +- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster) +- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard) +- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/global-cluster) +- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/multi-cloud) +- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade) +- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv) +- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_cluster_to_advanced_cluster/basic) ## Argument Reference diff --git a/docs/resources/alert_configuration.md b/docs/resources/alert_configuration.md index b5cacdb2e7..6ef919656c 100644 --- a/docs/resources/alert_configuration.md +++ b/docs/resources/alert_configuration.md @@ -137,7 +137,7 @@ resource "mongodbatlas_alert_configuration" "test" { ``` ### Further Examples -- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_alert_configuration) +- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_alert_configuration) ## Argument Reference diff --git a/docs/resources/api_key.md b/docs/resources/api_key.md index 5d1beec153..8e50b1d056 100644 --- a/docs/resources/api_key.md +++ b/docs/resources/api_key.md @@ -19,7 +19,7 @@ resource "mongodbatlas_api_key" "test" { ``` ### Further Examples -- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key) +- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key) ## Argument Reference diff --git a/docs/resources/api_key_project_assignment.md b/docs/resources/api_key_project_assignment.md index c19120731e..8cfccc72af 100644 --- a/docs/resources/api_key_project_assignment.md +++ b/docs/resources/api_key_project_assignment.md @@ -46,7 +46,7 @@ resource "mongodbatlas_access_list_api_key" "this" { ``` ### Further Examples -- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment) +- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment) ## Schema diff --git a/docs/resources/backup_compliance_policy.md b/docs/resources/backup_compliance_policy.md index d5c258b6ea..a1bf1ea706 100644 --- a/docs/resources/backup_compliance_policy.md +++ b/docs/resources/backup_compliance_policy.md @@ -137,7 +137,7 @@ resource "mongodbatlas_backup_compliance_policy" "backup_policy" { ``` ### Further Examples -- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_backup_compliance_policy/resource) +- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_backup_compliance_policy/resource) ## Argument Reference diff --git a/docs/resources/cloud_backup_schedule.md b/docs/resources/cloud_backup_schedule.md index 735be3c938..8fb1af60bd 100644 --- a/docs/resources/cloud_backup_schedule.md +++ b/docs/resources/cloud_backup_schedule.md @@ -219,7 +219,7 @@ resource "mongodbatlas_cloud_backup_schedule" "test" { ### Further Examples -- [Cloud Backup Schedule](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_schedule) +- [Cloud Backup Schedule](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_schedule) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot.md b/docs/resources/cloud_backup_snapshot.md index c3d1479dd6..9c5a014a22 100644 --- a/docs/resources/cloud_backup_snapshot.md +++ b/docs/resources/cloud_backup_snapshot.md @@ -55,8 +55,8 @@ resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" { ``` ### Further Examples -- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) -- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) +- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) +- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot_export_bucket.md b/docs/resources/cloud_backup_snapshot_export_bucket.md index 8daf590170..13292aa374 100644 --- a/docs/resources/cloud_backup_snapshot_export_bucket.md +++ b/docs/resources/cloud_backup_snapshot_export_bucket.md @@ -38,8 +38,8 @@ resource "mongodbatlas_cloud_backup_snapshot_export_bucket" "test" { ``` ### Further Examples -- [AWS Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/aws) -- [Azure Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/azure) +- [AWS Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/aws) +- [Azure Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/azure) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot_export_job.md b/docs/resources/cloud_backup_snapshot_export_job.md index 59f11ac74a..0a625b7195 100644 --- a/docs/resources/cloud_backup_snapshot_export_job.md +++ b/docs/resources/cloud_backup_snapshot_export_job.md @@ -86,7 +86,7 @@ resource "mongodbatlas_cloud_backup_schedule" "backup" { ``` ### Further Examples -- [Cloud Backup Snapshot Export Job](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_job) +- [Cloud Backup Snapshot Export Job](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_job) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot_restore_job.md b/docs/resources/cloud_backup_snapshot_restore_job.md index 2b458edf6c..74a3cf5252 100644 --- a/docs/resources/cloud_backup_snapshot_restore_job.md +++ b/docs/resources/cloud_backup_snapshot_restore_job.md @@ -144,8 +144,8 @@ resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" { ``` ### Further Examples -- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) -- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) +- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) +- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) ## Argument Reference diff --git a/docs/resources/cloud_provider_access_authorization.md b/docs/resources/cloud_provider_access_authorization.md index 144deed099..8b411fbd8e 100644 --- a/docs/resources/cloud_provider_access_authorization.md +++ b/docs/resources/cloud_provider_access_authorization.md @@ -11,7 +11,7 @@ The Terraform MongoDB Atlas Provider offers a two-resource path to perform an au - The second resource, `mongodbatlas_cloud_provider_access_authorization`, helps to perform the authorization using the `role_id` of the first resource. This path is helpful in a multi-provider Terraform file, and allows for a single and decoupled apply. -See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp). +See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp). ## mongodbatlas_cloud_provider_access_authorization @@ -85,9 +85,9 @@ resource "mongodbatlas_cloud_provider_access_authorization" "auth_role" { ``` ### Further Examples -- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws) -- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) -- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp) +- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws) +- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) +- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp) ## Argument Reference diff --git a/docs/resources/cloud_provider_access_setup.md b/docs/resources/cloud_provider_access_setup.md index daa7303a25..b0d35f0311 100644 --- a/docs/resources/cloud_provider_access_setup.md +++ b/docs/resources/cloud_provider_access_setup.md @@ -11,7 +11,7 @@ The Terraform MongoDB Atlas Provider offers a two-resource path to perform an au - The second resource, [`mongodbatlas_cloud_provider_access_authorization`](cloud_provider_access_authorization), helps to perform the authorization using the `role_id` of the first resource. This path is helpful in a multi-provider Terraform file, and allows for a single and decoupled apply. -See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp). +See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp). ## mongodbatlas_cloud_provider_access_setup @@ -61,9 +61,9 @@ resource "mongodbatlas_cloud_provider_access_setup" "test_role" { ``` ### Further Examples -- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws) -- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) -- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp) +- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws) +- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) +- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp) ## Argument Reference @@ -90,7 +90,7 @@ resource "mongodbatlas_cloud_provider_access_setup" "test_role" { * `last_updated_date` - Date and time when this Azure Service Principal was last updated. This parameter expresses its value in the ISO 8601 timestamp format in UTC. * `role_id` - Unique ID of this role. --> **NOTE:** For more details on how attributes are used to enable access to cloud provider accounts see [AWS example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws) and [Azure example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure). +-> **NOTE:** For more details on how attributes are used to enable access to cloud provider accounts see [AWS example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws) and [Azure example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure). ## Import It can be imported using project ID, provider name and role_id in the format `project_id`-`provider_name`-`role_id`, e.g. diff --git a/docs/resources/cloud_user_org_assignment.md b/docs/resources/cloud_user_org_assignment.md index f9fa27cb52..00b19cd00d 100644 --- a/docs/resources/cloud_user_org_assignment.md +++ b/docs/resources/cloud_user_org_assignment.md @@ -33,7 +33,7 @@ data "mongodbatlas_cloud_user_org_assignment" "example_user_id" { ``` ### Further Examples -- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_org_assignment) +- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_org_assignment) ## Schema diff --git a/docs/resources/cloud_user_project_assignment.md b/docs/resources/cloud_user_project_assignment.md index e1ee80109f..35bb7ede4f 100644 --- a/docs/resources/cloud_user_project_assignment.md +++ b/docs/resources/cloud_user_project_assignment.md @@ -36,7 +36,7 @@ data "mongodbatlas_cloud_user_project_assignment" "example_user_id" { ``` ### Further Examples -- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_project_assignment) +- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_project_assignment) ## Schema diff --git a/docs/resources/cloud_user_team_assignment.md b/docs/resources/cloud_user_team_assignment.md index 07bc1d28ce..d48d6e8a92 100644 --- a/docs/resources/cloud_user_team_assignment.md +++ b/docs/resources/cloud_user_team_assignment.md @@ -33,7 +33,7 @@ data "mongodbatlas_cloud_user_team_assignment" "example_username" { ``` ### Further Examples -- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_team_assignment) +- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_team_assignment) ## Schema diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index 9949e49e41..217989a589 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -251,15 +251,15 @@ output "endpoint_service_connection_string" { ``` Refer to the following for full privatelink endpoint connection string examples: -* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) -* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) -* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) +* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) +* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) ### Further Examples -- [NVMe Upgrade (Dedicated Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cluster/nvme-upgrade) -- [Tenant to Dedicated Upgrade (Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cluster/tenant-upgrade) +- [NVMe Upgrade (Dedicated Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cluster/nvme-upgrade) +- [Tenant to Dedicated Upgrade (Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cluster/tenant-upgrade) ## Argument Reference diff --git a/docs/resources/cluster_outage_simulation.md b/docs/resources/cluster_outage_simulation.md index 8764dda89e..c343363ec8 100644 --- a/docs/resources/cluster_outage_simulation.md +++ b/docs/resources/cluster_outage_simulation.md @@ -38,7 +38,7 @@ resource "mongodbatlas_cluster_outage_simulation" "outage_simulation" { ``` ### Further Examples -- [Cluster Outage Simulation](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cluster_outage_simulation) +- [Cluster Outage Simulation](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cluster_outage_simulation) ## Argument Reference diff --git a/docs/resources/database_user.md b/docs/resources/database_user.md index 69746f54c7..584d29d758 100644 --- a/docs/resources/database_user.md +++ b/docs/resources/database_user.md @@ -120,7 +120,7 @@ Note: OIDC support is only avalible starting in [MongoDB 7.0](https://www.mongod ### Further Examples -- [Database User](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_database_user) +- [Database User](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_database_user) ## Argument Reference diff --git a/docs/resources/encryption_at_rest.md b/docs/resources/encryption_at_rest.md index c6a043dd87..1b6edef5d4 100644 --- a/docs/resources/encryption_at_rest.md +++ b/docs/resources/encryption_at_rest.md @@ -134,7 +134,7 @@ output "is_azure_encryption_at_rest_valid" { #### Manage Customer Keys with Azure Key Vault Over Private Endpoints It is possible to configure Atlas Encryption at Rest to communicate with Customer Managed Keys (Azure Key Vault or AWS KMS) over private network interfaces (Azure Private Link or AWS PrivateLink). This requires enabling the `azure_key_vault_config.require_private_networking` or the `aws_kms_config.require_private_networking` attribute, together with the configuration of the `mongodbatlas_encryption_at_rest_private_endpoint` resource. -Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. +Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. ### Configuring encryption at rest using customer key management in GCP @@ -170,9 +170,9 @@ resource "mongodbatlas_encryption_at_rest" "test" { ``` ### Further Examples -- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/aws) -- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/azure) -- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/gcp/) +- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/aws) +- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/azure) +- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/gcp/) diff --git a/docs/resources/encryption_at_rest_private_endpoint.md b/docs/resources/encryption_at_rest_private_endpoint.md index e8dd62193d..d8ed21856d 100644 --- a/docs/resources/encryption_at_rest_private_endpoint.md +++ b/docs/resources/encryption_at_rest_private_endpoint.md @@ -17,7 +17,7 @@ subcategory: "Encryption at Rest using Customer Key Management" ### Configuring Atlas Encryption at Rest using Azure Key Vault with Azure Private Link To learn more about existing limitations, see [Manage Customer Keys with Azure Key Vault Over Private Endpoints](https://www.mongodb.com/docs/atlas/security/azure-kms-over-private-endpoint/#manage-customer-keys-with-azure-key-vault-over-private-endpoints). -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. ```terraform resource "mongodbatlas_encryption_at_rest" "ear" { @@ -70,7 +70,7 @@ resource "azapi_update_resource" "approval" { ### Configuring Atlas Encryption at Rest using AWS KMS with AWS PrivateLink -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. ```terraform resource "mongodbatlas_encryption_at_rest" "ear" { @@ -95,8 +95,8 @@ resource "mongodbatlas_encryption_at_rest_private_endpoint" "endpoint" { ``` ### Further Examples -- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) -- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) +- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) +- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) ## Schema diff --git a/docs/resources/federated_database_instance.md b/docs/resources/federated_database_instance.md index 3a2bb8f328..f23e64db60 100644 --- a/docs/resources/federated_database_instance.md +++ b/docs/resources/federated_database_instance.md @@ -40,8 +40,8 @@ resource "mongodbatlas_federated_database_instance" "test" { ``` ### Further Examples -- [AWS Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_database_instance/aws) -- [Azure Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_database_instance/azure) +- [AWS Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_database_instance/aws) +- [Azure Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_database_instance/azure) ## Example Usages with Amazon S3 bucket as storage database diff --git a/docs/resources/federated_query_limit.md b/docs/resources/federated_query_limit.md index 2d571aed7f..bd7ddd77c6 100644 --- a/docs/resources/federated_query_limit.md +++ b/docs/resources/federated_query_limit.md @@ -23,7 +23,7 @@ resource "mongodbatlas_federated_query_limit" "test" { ``` ### Further Examples -- [Federated Query Limit](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_query_limit) +- [Federated Query Limit](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_query_limit) ## Argument Reference diff --git a/docs/resources/federated_settings_identity_provider.md b/docs/resources/federated_settings_identity_provider.md index 1197aafc8e..b7fc4f43d2 100644 --- a/docs/resources/federated_settings_identity_provider.md +++ b/docs/resources/federated_settings_identity_provider.md @@ -42,7 +42,7 @@ resource "mongodbatlas_federated_settings_identity_provider" "oidc" { } ``` ### Further Examples -- [Azure Federated Settings Identity Provider](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_identity_provider/azure) +- [Azure Federated Settings Identity Provider](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_identity_provider/azure) ## Argument Reference diff --git a/docs/resources/federated_settings_org_config.md b/docs/resources/federated_settings_org_config.md index 3ab3775efb..1740519ab6 100644 --- a/docs/resources/federated_settings_org_config.md +++ b/docs/resources/federated_settings_org_config.md @@ -27,8 +27,8 @@ data "mongodbatlas_federated_settings_org_configs" "org_configs_ds" { ``` ### Further Examples -- [Azure Federated Identity Provider with Org Config](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_identity_provider/azure) -- [Federated Settings Org Role Mappings](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_org_role_mapping) +- [Azure Federated Identity Provider with Org Config](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_identity_provider/azure) +- [Federated Settings Org Role Mappings](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_org_role_mapping) ## Argument Reference diff --git a/docs/resources/federated_settings_org_role_mapping.md b/docs/resources/federated_settings_org_role_mapping.md index 85a67d68ef..d2a6ce90f4 100644 --- a/docs/resources/federated_settings_org_role_mapping.md +++ b/docs/resources/federated_settings_org_role_mapping.md @@ -32,7 +32,7 @@ resource "mongodbatlas_federated_settings_org_role_mapping" "org_group_role_mapp ``` ### Further Examples -- [Okta and MongoDB Atlas Federated Settings Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_org_role_mapping) +- [Okta and MongoDB Atlas Federated Settings Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_org_role_mapping) ## Argument Reference diff --git a/docs/resources/flex_cluster.md b/docs/resources/flex_cluster.md index a748f7041d..f0a55b8817 100644 --- a/docs/resources/flex_cluster.md +++ b/docs/resources/flex_cluster.md @@ -40,7 +40,7 @@ output "mongodbatlas_flex_clusters_names" { ``` ### Further Examples -- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_flex_cluster) +- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_flex_cluster) ## Schema diff --git a/docs/resources/maintenance_window.md b/docs/resources/maintenance_window.md index b5535dabfe..0a0a247f3a 100644 --- a/docs/resources/maintenance_window.md +++ b/docs/resources/maintenance_window.md @@ -44,7 +44,7 @@ Once maintenance is scheduled for your cluster, you cannot change your maintenan ``` ### Further Examples -- [Configure Maintenance Window](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_maintenance_window) +- [Configure Maintenance Window](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_maintenance_window) ## Argument Reference diff --git a/docs/resources/mongodb_employee_access_grant.md b/docs/resources/mongodb_employee_access_grant.md index 879cfc4afe..bf4c8d46db 100644 --- a/docs/resources/mongodb_employee_access_grant.md +++ b/docs/resources/mongodb_employee_access_grant.md @@ -31,7 +31,7 @@ output "expiration_time" { ``` ### Further Examples -- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_mongodb_employee_access_grant) +- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_mongodb_employee_access_grant) ## Schema diff --git a/docs/resources/network_container.md b/docs/resources/network_container.md index 567e393864..042d8ff5d3 100644 --- a/docs/resources/network_container.md +++ b/docs/resources/network_container.md @@ -52,7 +52,7 @@ resource "mongodbatlas_network_container" "test" { ``` ### Further Examples -- [GCP and MongoDB Atlas VPC Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/gcp) +- [GCP and MongoDB Atlas VPC Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/gcp) ## Argument Reference diff --git a/docs/resources/network_peering.md b/docs/resources/network_peering.md index 4a9e886a7f..3d649b1461 100644 --- a/docs/resources/network_peering.md +++ b/docs/resources/network_peering.md @@ -330,9 +330,9 @@ resource "mongodbatlas_network_peering" "test" { ``` ### Further Examples -- [AWS Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/aws) -- [Azure Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/azure) -- [GCP Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/gcp) +- [AWS Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/aws) +- [Azure Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/azure) +- [GCP Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/gcp) ## Argument Reference diff --git a/docs/resources/online_archive.md b/docs/resources/online_archive.md index e97913f0e0..db5f17fca7 100644 --- a/docs/resources/online_archive.md +++ b/docs/resources/online_archive.md @@ -107,7 +107,7 @@ resource "mongodbatlas_online_archive" "test" { } ``` ### Further Examples -- [Online Archive Example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_online_archive) +- [Online Archive Example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_online_archive) ## Argument Reference * `project_id` - (Required) The unique ID for the project diff --git a/docs/resources/org_invitation.md b/docs/resources/org_invitation.md index 0ea968c963..d4bb4d6604 100644 --- a/docs/resources/org_invitation.md +++ b/docs/resources/org_invitation.md @@ -45,7 +45,7 @@ resource "mongodbatlas_org_invitation" "test1" { ``` ### Further Examples -- [Migrate Org Invitation to Cloud User Org Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_org_invitation_to_cloud_user_org_assignment) +- [Migrate Org Invitation to Cloud User Org Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_org_invitation_to_cloud_user_org_assignment) ## Argument Reference diff --git a/docs/resources/organization.md b/docs/resources/organization.md index 3c54c76560..2a24fd1efe 100644 --- a/docs/resources/organization.md +++ b/docs/resources/organization.md @@ -22,9 +22,9 @@ resource "mongodbatlas_organization" "test" { ``` ### Further Examples -- [Organization setup - step 1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_organization/organization-step-1) -- [Organization setup - step 2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_organization/organization-step-2) -- [Organization import](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_organization/organization-import) +- [Organization setup - step 1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_organization/organization-step-1) +- [Organization setup - step 2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_organization/organization-step-2) +- [Organization import](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_organization/organization-import) ## Argument Reference diff --git a/docs/resources/private_endpoint_regional_mode.md b/docs/resources/private_endpoint_regional_mode.md index de1ef5c72a..372eea4586 100644 --- a/docs/resources/private_endpoint_regional_mode.md +++ b/docs/resources/private_endpoint_regional_mode.md @@ -125,7 +125,7 @@ resource "aws_vpc_endpoint" "test_east" { ``` ### Further Examples -- [AWS PrivateLink Geosharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) +- [AWS PrivateLink Geosharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) ## Argument Reference * `project_id` - (Required) Unique identifier for the project. @@ -139,7 +139,7 @@ You can create only sharded clusters when you enable the regionalized private en ## Additional Reference In addition to the example shown above, keep in mind: -* `mongodbatlas_advanced_cluster.cluster_atlas.depends_on` - Make your cluster dependent on the project's `mongodbatlas_private_endpoint_regional_mode` as well as any relevant `mongodbatlas_privatelink_endpoint_service` resources. See an [example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded). +* `mongodbatlas_advanced_cluster.cluster_atlas.depends_on` - Make your cluster dependent on the project's `mongodbatlas_private_endpoint_regional_mode` as well as any relevant `mongodbatlas_privatelink_endpoint_service` resources. See an [example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded). * `mongodbatlas_advanced_cluster.cluster_atlas.connection_strings` will differ based on the value of `mongodbatlas_private_endpoint_regional_mode.test.enabled`. * For more information on usage with GCP, see [our Privatelink Endpoint Service documentation: Example with GCP](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/privatelink_endpoint_service#example-with-gcp) * For more information on usage with Azure, see [our Privatelink Endpoint Service documentation: Examples with Azure](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/privatelink_endpoint_service#example-with-azure) diff --git a/docs/resources/privatelink_endpoint.md b/docs/resources/privatelink_endpoint.md index 6accb72922..a78ee58128 100644 --- a/docs/resources/privatelink_endpoint.md +++ b/docs/resources/privatelink_endpoint.md @@ -35,9 +35,9 @@ resource "mongodbatlas_privatelink_endpoint" "test" { ``` ### Further Examples -- [AWS PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws) -- [Azure PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -- [GCP Private Service Connect Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) +- [AWS PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws) +- [Azure PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +- [GCP Private Service Connect Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) ## Argument Reference diff --git a/docs/resources/privatelink_endpoint_service.md b/docs/resources/privatelink_endpoint_service.md index 0e00067a40..a1ff72632f 100644 --- a/docs/resources/privatelink_endpoint_service.md +++ b/docs/resources/privatelink_endpoint_service.md @@ -145,9 +145,9 @@ resource "mongodbatlas_privatelink_endpoint_service" "test" { ``` ### Further Examples -- [AWS PrivateLink Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) -- [Azure Private Link Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -- [GCP Private Service Connect Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) +- [AWS PrivateLink Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +- [Azure Private Link Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +- [GCP Private Service Connect Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) ## Argument Reference diff --git a/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md b/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md index 0114f389fe..806264bb2d 100644 --- a/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md +++ b/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md @@ -40,7 +40,7 @@ resource "mongodbatlas_privatelink_endpoint_service_data_federation_online_archi The `service_name` value for the region in question can be found in the [MongoDB Atlas Administration](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatafederationprivateendpoint) documentation. ### Further Examples -- [AWS PrivateLink for Data Federation and Online Archive](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/data-federation-online-archive) +- [AWS PrivateLink for Data Federation and Online Archive](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/data-federation-online-archive) ## Argument Reference diff --git a/docs/resources/project.md b/docs/resources/project.md index 91536941b3..800a1adc92 100644 --- a/docs/resources/project.md +++ b/docs/resources/project.md @@ -40,7 +40,7 @@ resource "mongodbatlas_project" "test" { ``` ### Further Examples -- [Atlas Project with custom limits](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_project) +- [Atlas Project with custom limits](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_project) ## Argument Reference diff --git a/docs/resources/project_api_key.md b/docs/resources/project_api_key.md index e69fef80e9..fb656ff003 100644 --- a/docs/resources/project_api_key.md +++ b/docs/resources/project_api_key.md @@ -42,7 +42,7 @@ resource "mongodbatlas_project_api_key" "test" { ``` ### Further Examples -- [Legacy Module: Create and Assign Project API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment/module/old_module) +- [Legacy Module: Create and Assign Project API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment/module/old_module) ## Argument Reference diff --git a/docs/resources/project_invitation.md b/docs/resources/project_invitation.md index 77d4ac1b04..ecd9f86f40 100644 --- a/docs/resources/project_invitation.md +++ b/docs/resources/project_invitation.md @@ -38,7 +38,7 @@ resource "mongodbatlas_project_invitation" "test" { ``` ### Further Examples -- [Migrate Project Invitation to Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_project_invitation_to_cloud_user_project_assignment) +- [Migrate Project Invitation to Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_project_invitation_to_cloud_user_project_assignment) ## Argument Reference diff --git a/docs/resources/project_ip_access_list.md b/docs/resources/project_ip_access_list.md index 16a5392b5b..ee11bab2cd 100644 --- a/docs/resources/project_ip_access_list.md +++ b/docs/resources/project_ip_access_list.md @@ -64,7 +64,7 @@ resource "mongodbatlas_project_ip_access_list" "test" { ### Further Examples -- [Project IP Access List](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_project_ip_access_list) +- [Project IP Access List](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_project_ip_access_list) ## Argument Reference diff --git a/docs/resources/push_based_log_export.md b/docs/resources/push_based_log_export.md index 00cf422ac8..79d84a0a8e 100644 --- a/docs/resources/push_based_log_export.md +++ b/docs/resources/push_based_log_export.md @@ -51,7 +51,7 @@ output "test" { ``` ### Further Examples -- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_push_based_log_export) +- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_push_based_log_export) ## Schema diff --git a/docs/resources/resource_policy.md b/docs/resources/resource_policy.md index 796ac9975c..085842ee6e 100644 --- a/docs/resources/resource_policy.md +++ b/docs/resources/resource_policy.md @@ -93,7 +93,7 @@ output "policy_ids" { ``` ### Further Examples -- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_resource_policy) +- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_resource_policy) ## Schema diff --git a/docs/resources/search_deployment.md b/docs/resources/search_deployment.md index 7ed5914a16..647305e79b 100644 --- a/docs/resources/search_deployment.md +++ b/docs/resources/search_deployment.md @@ -62,7 +62,7 @@ output "mongodbatlas_search_deployment_encryption_at_rest_provider" { ``` ### Further Examples -- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_search_deployment) +- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_search_deployment) ## Schema diff --git a/docs/resources/stream_connection.md b/docs/resources/stream_connection.md index 6f8bb6778e..ba1ea2e68f 100644 --- a/docs/resources/stream_connection.md +++ b/docs/resources/stream_connection.md @@ -24,7 +24,7 @@ resource "mongodbatlas_stream_connection" "test" { ``` ### Further Examples -- [Atlas Stream Connection](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_connection) +- [Atlas Stream Connection](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_connection) ### Example Cross Project Cluster Connection diff --git a/docs/resources/stream_instance.md b/docs/resources/stream_instance.md index 9681f92e21..a4e1733253 100644 --- a/docs/resources/stream_instance.md +++ b/docs/resources/stream_instance.md @@ -20,7 +20,7 @@ resource "mongodbatlas_stream_instance" "test" { ``` ### Further Examples -- [Atlas Stream Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_instance) +- [Atlas Stream Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_instance) ## Argument Reference diff --git a/docs/resources/stream_privatelink_endpoint.md b/docs/resources/stream_privatelink_endpoint.md index 7a62e90fac..c0f09594de 100644 --- a/docs/resources/stream_privatelink_endpoint.md +++ b/docs/resources/stream_privatelink_endpoint.md @@ -254,11 +254,11 @@ output "privatelink_endpoint_id" { ``` ### Further Examples -- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) -- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) -- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) -- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) -- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) +- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) +- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) +- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) +- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) +- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) ## Schema diff --git a/docs/resources/stream_processor.md b/docs/resources/stream_processor.md index 0adf51b270..58374f4abc 100644 --- a/docs/resources/stream_processor.md +++ b/docs/resources/stream_processor.md @@ -123,7 +123,7 @@ output "stream_processors_results" { ``` ### Further Examples -- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_processor) +- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_processor) ## Schema diff --git a/docs/resources/team.md b/docs/resources/team.md index 23713780c4..d593e73f77 100644 --- a/docs/resources/team.md +++ b/docs/resources/team.md @@ -21,8 +21,8 @@ resource "mongodbatlas_team" "test" { ``` ### Further Examples -- [Team and user assignment (module maintainer) v1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_user_team_assignment/module_maintainer/v1) -- [Team and user assignment (module maintainer) v2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_user_team_assignment/module_maintainer/v2) +- [Team and user assignment (module maintainer) v1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_user_team_assignment/module_maintainer/v1) +- [Team and user assignment (module maintainer) v2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_user_team_assignment/module_maintainer/v2) ## Argument Reference diff --git a/docs/resources/team_project_assignment.md b/docs/resources/team_project_assignment.md index 995641397b..f5186d1535 100644 --- a/docs/resources/team_project_assignment.md +++ b/docs/resources/team_project_assignment.md @@ -21,7 +21,7 @@ data "mongodbatlas_team_project_assignment" "this" { ``` ### Further Examples -- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_team_project_assignment) +- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_team_project_assignment) ## Schema diff --git a/docs/resources/third_party_integration.md b/docs/resources/third_party_integration.md index 3d9055a79e..eb24380ef2 100644 --- a/docs/resources/third_party_integration.md +++ b/docs/resources/third_party_integration.md @@ -29,7 +29,7 @@ resource "mongodbatlas_third_party_integration" "test_datadog" { ``` ### Further Examples -- [Third-Party Integration Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_third_party_integration) +- [Third-Party Integration Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_third_party_integration) ## Argument Reference diff --git a/templates/resources/api_key_project_assignment.md.tmpl b/templates/resources/api_key_project_assignment.md.tmpl index 489d5b065e..c2916f23b5 100644 --- a/templates/resources/api_key_project_assignment.md.tmpl +++ b/templates/resources/api_key_project_assignment.md.tmpl @@ -11,7 +11,7 @@ subcategory: "Programmatic API Keys" {{ tffile "examples/mongodbatlas_api_key/main.tf"}} ### Further Examples -- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment) +- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/cloud_user_org_assignment.md.tmpl b/templates/resources/cloud_user_org_assignment.md.tmpl index 1d030a7b3e..e0aff5cac8 100644 --- a/templates/resources/cloud_user_org_assignment.md.tmpl +++ b/templates/resources/cloud_user_org_assignment.md.tmpl @@ -15,7 +15,7 @@ To manage such users with this resource, refer to our [Org Invitation to Cloud U {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_org_assignment) +- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_org_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/cloud_user_project_assignment.md.tmpl b/templates/resources/cloud_user_project_assignment.md.tmpl index e43e7c48d2..05cb7f951a 100644 --- a/templates/resources/cloud_user_project_assignment.md.tmpl +++ b/templates/resources/cloud_user_project_assignment.md.tmpl @@ -20,7 +20,7 @@ To manage such users with this resource, refer to our [Project Invitation to Clo {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_project_assignment) +- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_project_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/cloud_user_team_assignment.md.tmpl b/templates/resources/cloud_user_team_assignment.md.tmpl index 290354db5c..5b4707d04b 100644 --- a/templates/resources/cloud_user_team_assignment.md.tmpl +++ b/templates/resources/cloud_user_team_assignment.md.tmpl @@ -15,7 +15,7 @@ To manage such users with this resource, refer to our [Migration Guide: Team Use {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_team_assignment) +- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_team_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/encryption_at_rest.md.tmpl b/templates/resources/encryption_at_rest.md.tmpl index 07783beea5..2abd0187ae 100644 --- a/templates/resources/encryption_at_rest.md.tmpl +++ b/templates/resources/encryption_at_rest.md.tmpl @@ -53,7 +53,7 @@ resource "mongodbatlas_encryption_at_rest" "default" { #### Manage Customer Keys with Azure Key Vault Over Private Endpoints It is possible to configure Atlas Encryption at Rest to communicate with Customer Managed Keys (Azure Key Vault or AWS KMS) over private network interfaces (Azure Private Link or AWS PrivateLink). This requires enabling the `azure_key_vault_config.require_private_networking` or the `aws_kms_config.require_private_networking` attribute, together with the configuration of the `mongodbatlas_encryption_at_rest_private_endpoint` resource. -Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. +Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. ### Configuring encryption at rest using customer key management in GCP @@ -64,9 +64,9 @@ This approach uses role-based authentication through Cloud Provider Access for a {{ tffile (printf "examples/%s/gcp/main.tf" .Name )}} ### Further Examples -- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/aws) -- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/azure) -- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/gcp/) +- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/aws) +- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/azure) +- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/gcp/) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/encryption_at_rest_private_endpoint.md.tmpl b/templates/resources/encryption_at_rest_private_endpoint.md.tmpl index 2f81984e35..bb4294159e 100644 --- a/templates/resources/encryption_at_rest_private_endpoint.md.tmpl +++ b/templates/resources/encryption_at_rest_private_endpoint.md.tmpl @@ -17,19 +17,19 @@ subcategory: "Encryption at Rest using Customer Key Management" ### Configuring Atlas Encryption at Rest using Azure Key Vault with Azure Private Link To learn more about existing limitations, see [Manage Customer Keys with Azure Key Vault Over Private Endpoints](https://www.mongodb.com/docs/atlas/security/azure-kms-over-private-endpoint/#manage-customer-keys-with-azure-key-vault-over-private-endpoints). -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. {{ tffile (printf "examples/%s/azure/main.tf" .Name )}} ### Configuring Atlas Encryption at Rest using AWS KMS with AWS PrivateLink -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. {{ tffile (printf "examples/%s/aws/main.tf" .Name )}} ### Further Examples -- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) -- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) +- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) +- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/flex_cluster.md.tmpl b/templates/resources/flex_cluster.md.tmpl index 8ac24c27e2..8314f05517 100644 --- a/templates/resources/flex_cluster.md.tmpl +++ b/templates/resources/flex_cluster.md.tmpl @@ -13,7 +13,7 @@ subcategory: "Clusters" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_flex_cluster) +- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_flex_cluster) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/mongodb_employee_access_grant.md.tmpl b/templates/resources/mongodb_employee_access_grant.md.tmpl index 88f9996036..bf3526884e 100644 --- a/templates/resources/mongodb_employee_access_grant.md.tmpl +++ b/templates/resources/mongodb_employee_access_grant.md.tmpl @@ -11,7 +11,7 @@ subcategory: "Clusters" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_mongodb_employee_access_grant) +- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_mongodb_employee_access_grant) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/push_based_log_export.md.tmpl b/templates/resources/push_based_log_export.md.tmpl index c5f4f5ab95..b978198181 100644 --- a/templates/resources/push_based_log_export.md.tmpl +++ b/templates/resources/push_based_log_export.md.tmpl @@ -15,7 +15,7 @@ The [push based log export Terraform module](https://registry.terraform.io/modul {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_push_based_log_export) +- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_push_based_log_export) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/resource_policy.md.tmpl b/templates/resources/resource_policy.md.tmpl index 51f535f54b..ce0717212d 100644 --- a/templates/resources/resource_policy.md.tmpl +++ b/templates/resources/resource_policy.md.tmpl @@ -12,7 +12,7 @@ subcategory: "Resource Policies" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_resource_policy) +- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_resource_policy) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/search_deployment.md.tmpl b/templates/resources/search_deployment.md.tmpl index 4c68f5f1a8..10ca852e58 100644 --- a/templates/resources/search_deployment.md.tmpl +++ b/templates/resources/search_deployment.md.tmpl @@ -15,7 +15,7 @@ subcategory: "Atlas Search" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_search_deployment) +- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_search_deployment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/stream_privatelink_endpoint.md.tmpl b/templates/resources/stream_privatelink_endpoint.md.tmpl index d8e6204e65..d364f5ba8a 100644 --- a/templates/resources/stream_privatelink_endpoint.md.tmpl +++ b/templates/resources/stream_privatelink_endpoint.md.tmpl @@ -18,11 +18,11 @@ subcategory: "Streams" {{ tffile (printf "examples/%s/s3/main.tf" .Name )}} ### Further Examples -- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) -- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) -- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) -- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) -- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) +- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) +- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) +- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) +- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) +- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/stream_processor.md.tmpl b/templates/resources/stream_processor.md.tmpl index 89fecc0ad4..1a00c4f7f1 100644 --- a/templates/resources/stream_processor.md.tmpl +++ b/templates/resources/stream_processor.md.tmpl @@ -16,7 +16,7 @@ subcategory: "Streams" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_processor) +- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_processor) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/team_project_assignment.md.tmpl b/templates/resources/team_project_assignment.md.tmpl index 15ca9ab611..b64e7ad185 100644 --- a/templates/resources/team_project_assignment.md.tmpl +++ b/templates/resources/team_project_assignment.md.tmpl @@ -10,7 +10,7 @@ subcategory: "Teams" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_team_project_assignment) +- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_team_project_assignment) {{ .SchemaMarkdown | trimspace }} From adf2f7c6b93f78baf0b773749fdbaacec95bfe54 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 15:01:14 +0200 Subject: [PATCH 3/9] fixes branch --- .github/templates/run-script-and-commit/action.yaml | 6 +++++- .github/workflows/release-v1.yml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/templates/run-script-and-commit/action.yaml b/.github/templates/run-script-and-commit/action.yaml index 906243ef85..d3379f72e1 100644 --- a/.github/templates/run-script-and-commit/action.yaml +++ b/.github/templates/run-script-and-commit/action.yaml @@ -28,7 +28,10 @@ inputs: description: "Path to the repository." default: "" required: false - + branch: + description: "Branch to checkout." + default: "" + required: false runs: using: "composite" steps: @@ -37,6 +40,7 @@ runs: with: fetch-depth: 0 token: ${{ inputs.apix_bot_pat }} + ref: ${{ inputs.branch }} - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 diff --git a/.github/workflows/release-v1.yml b/.github/workflows/release-v1.yml index b08ffe7453..26003ef785 100644 --- a/.github/workflows/release-v1.yml +++ b/.github/workflows/release-v1.yml @@ -69,6 +69,7 @@ jobs: remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }} gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }} + branch: master-v1 update-changelog-header: needs: @@ -93,6 +94,7 @@ jobs: remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }} gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }} + branch: master-v1 create-tag: runs-on: ubuntu-latest From 9286b0a3bc0aabeb57d5baa9d2e7c5d0b7ba6be6 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 14:53:20 +0200 Subject: [PATCH 4/9] Revert "chore: Updates CHANGELOG.md header for v1.41.1 release" This reverts commit 0170bfe87e991fb2b5654176f0ef47cd8ab91855. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58318bea5..7f049be604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ## (Unreleased) -## 1.41.1 (October 01, 2025) - BUG FIXES: * resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725)) From f0dca1a40e171df656c76217a595c3f24fb33e69 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 14:58:41 +0200 Subject: [PATCH 5/9] Revert "chore: Update example links in registry docs for v1.41.1 release" This reverts commit 193505049d6762d934e17faf6b3c959be37f52c6. --- docs/data-sources/alert_configurations.md | 2 +- docs/data-sources/privatelink_endpoint.md | 2 +- .../privatelink_endpoint_service.md | 2 +- docs/index.md | 2 +- docs/resources/access_list_api_key.md | 2 +- docs/resources/advanced_cluster.md | 22 +++++++++---------- docs/resources/alert_configuration.md | 2 +- docs/resources/api_key.md | 2 +- docs/resources/api_key_project_assignment.md | 2 +- docs/resources/backup_compliance_policy.md | 2 +- docs/resources/cloud_backup_schedule.md | 2 +- docs/resources/cloud_backup_snapshot.md | 4 ++-- .../cloud_backup_snapshot_export_bucket.md | 4 ++-- .../cloud_backup_snapshot_export_job.md | 2 +- .../cloud_backup_snapshot_restore_job.md | 4 ++-- .../cloud_provider_access_authorization.md | 8 +++---- docs/resources/cloud_provider_access_setup.md | 10 ++++----- docs/resources/cloud_user_org_assignment.md | 2 +- .../cloud_user_project_assignment.md | 2 +- docs/resources/cloud_user_team_assignment.md | 2 +- docs/resources/cluster.md | 12 +++++----- docs/resources/cluster_outage_simulation.md | 2 +- docs/resources/database_user.md | 2 +- docs/resources/encryption_at_rest.md | 8 +++---- .../encryption_at_rest_private_endpoint.md | 8 +++---- docs/resources/federated_database_instance.md | 4 ++-- docs/resources/federated_query_limit.md | 2 +- .../federated_settings_identity_provider.md | 2 +- .../federated_settings_org_config.md | 4 ++-- .../federated_settings_org_role_mapping.md | 2 +- docs/resources/flex_cluster.md | 2 +- docs/resources/maintenance_window.md | 2 +- .../mongodb_employee_access_grant.md | 2 +- docs/resources/network_container.md | 2 +- docs/resources/network_peering.md | 6 ++--- docs/resources/online_archive.md | 2 +- docs/resources/org_invitation.md | 2 +- docs/resources/organization.md | 6 ++--- .../private_endpoint_regional_mode.md | 4 ++-- docs/resources/privatelink_endpoint.md | 6 ++--- .../resources/privatelink_endpoint_service.md | 6 ++--- ..._service_data_federation_online_archive.md | 2 +- docs/resources/project.md | 2 +- docs/resources/project_api_key.md | 2 +- docs/resources/project_invitation.md | 2 +- docs/resources/project_ip_access_list.md | 2 +- docs/resources/push_based_log_export.md | 2 +- docs/resources/resource_policy.md | 2 +- docs/resources/search_deployment.md | 2 +- docs/resources/stream_connection.md | 2 +- docs/resources/stream_instance.md | 2 +- docs/resources/stream_privatelink_endpoint.md | 10 ++++----- docs/resources/stream_processor.md | 2 +- docs/resources/team.md | 4 ++-- docs/resources/team_project_assignment.md | 2 +- docs/resources/third_party_integration.md | 2 +- .../api_key_project_assignment.md.tmpl | 2 +- .../cloud_user_org_assignment.md.tmpl | 2 +- .../cloud_user_project_assignment.md.tmpl | 2 +- .../cloud_user_team_assignment.md.tmpl | 2 +- .../resources/encryption_at_rest.md.tmpl | 8 +++---- ...ncryption_at_rest_private_endpoint.md.tmpl | 8 +++---- templates/resources/flex_cluster.md.tmpl | 2 +- .../mongodb_employee_access_grant.md.tmpl | 2 +- .../resources/push_based_log_export.md.tmpl | 2 +- templates/resources/resource_policy.md.tmpl | 2 +- templates/resources/search_deployment.md.tmpl | 2 +- .../stream_privatelink_endpoint.md.tmpl | 10 ++++----- templates/resources/stream_processor.md.tmpl | 2 +- .../resources/team_project_assignment.md.tmpl | 2 +- 70 files changed, 127 insertions(+), 127 deletions(-) diff --git a/docs/data-sources/alert_configurations.md b/docs/data-sources/alert_configurations.md index bd80e5096d..5f6694b18b 100644 --- a/docs/data-sources/alert_configurations.md +++ b/docs/data-sources/alert_configurations.md @@ -34,7 +34,7 @@ output "alert_output" { ``` Refer to the following for a full example on using this data_source as a tool to import all resources: -* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/atlas-alert-configurations) +* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/atlas-alert-configurations) ## Argument Reference diff --git a/docs/data-sources/privatelink_endpoint.md b/docs/data-sources/privatelink_endpoint.md index eb773fbae9..9dd3f30b02 100644 --- a/docs/data-sources/privatelink_endpoint.md +++ b/docs/data-sources/privatelink_endpoint.md @@ -28,7 +28,7 @@ data "mongodbatlas_privatelink_endpoint" "test" { ``` ### Available complete examples -- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) ## Argument Reference diff --git a/docs/data-sources/privatelink_endpoint_service.md b/docs/data-sources/privatelink_endpoint_service.md index fa18fcc029..ab135b7b79 100644 --- a/docs/data-sources/privatelink_endpoint_service.md +++ b/docs/data-sources/privatelink_endpoint_service.md @@ -78,7 +78,7 @@ data "mongodbatlas_privatelink_endpoint_service" "test" { ``` ### Available complete examples -- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) ## Argument Reference diff --git a/docs/index.md b/docs/index.md index 5c582eb801..adeb233c8d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -296,7 +296,7 @@ We ship binaries but do not prioritize fixes for the following operating system ## Examples from MongoDB and the Community -We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples) +We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples) in our GitHub repo that will help both beginner and more advanced users. Have a good example you've created and want to share? diff --git a/docs/resources/access_list_api_key.md b/docs/resources/access_list_api_key.md index 3eaaa5d6ac..6e45976eae 100644 --- a/docs/resources/access_list_api_key.md +++ b/docs/resources/access_list_api_key.md @@ -37,7 +37,7 @@ resource "mongodbatlas_access_list_api_key" "test" { ``` ### Further Examples -- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key) +- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key) ## Argument Reference diff --git a/docs/resources/advanced_cluster.md b/docs/resources/advanced_cluster.md index 170db64418..5c26b62b44 100644 --- a/docs/resources/advanced_cluster.md +++ b/docs/resources/advanced_cluster.md @@ -449,20 +449,20 @@ output "endpoint_service_connection_string" { # Example return string: connection_string = "mongodb+srv://cluster-atlas-pl-0.ygo1m.mongodb.net" ``` Refer to the following for full privatelink endpoint connection string examples: -* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) -* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) -* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) +* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) +* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) ### Further Examples -- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster) -- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard) -- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/global-cluster) -- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/multi-cloud) -- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade) -- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv) -- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_cluster_to_advanced_cluster/basic) +- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster) +- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard) +- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/global-cluster) +- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/multi-cloud) +- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade) +- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv) +- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_cluster_to_advanced_cluster/basic) ## Argument Reference diff --git a/docs/resources/alert_configuration.md b/docs/resources/alert_configuration.md index b5cacdb2e7..6ef919656c 100644 --- a/docs/resources/alert_configuration.md +++ b/docs/resources/alert_configuration.md @@ -137,7 +137,7 @@ resource "mongodbatlas_alert_configuration" "test" { ``` ### Further Examples -- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_alert_configuration) +- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_alert_configuration) ## Argument Reference diff --git a/docs/resources/api_key.md b/docs/resources/api_key.md index 5d1beec153..8e50b1d056 100644 --- a/docs/resources/api_key.md +++ b/docs/resources/api_key.md @@ -19,7 +19,7 @@ resource "mongodbatlas_api_key" "test" { ``` ### Further Examples -- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key) +- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key) ## Argument Reference diff --git a/docs/resources/api_key_project_assignment.md b/docs/resources/api_key_project_assignment.md index c19120731e..8cfccc72af 100644 --- a/docs/resources/api_key_project_assignment.md +++ b/docs/resources/api_key_project_assignment.md @@ -46,7 +46,7 @@ resource "mongodbatlas_access_list_api_key" "this" { ``` ### Further Examples -- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment) +- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment) ## Schema diff --git a/docs/resources/backup_compliance_policy.md b/docs/resources/backup_compliance_policy.md index d5c258b6ea..a1bf1ea706 100644 --- a/docs/resources/backup_compliance_policy.md +++ b/docs/resources/backup_compliance_policy.md @@ -137,7 +137,7 @@ resource "mongodbatlas_backup_compliance_policy" "backup_policy" { ``` ### Further Examples -- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_backup_compliance_policy/resource) +- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_backup_compliance_policy/resource) ## Argument Reference diff --git a/docs/resources/cloud_backup_schedule.md b/docs/resources/cloud_backup_schedule.md index 735be3c938..8fb1af60bd 100644 --- a/docs/resources/cloud_backup_schedule.md +++ b/docs/resources/cloud_backup_schedule.md @@ -219,7 +219,7 @@ resource "mongodbatlas_cloud_backup_schedule" "test" { ### Further Examples -- [Cloud Backup Schedule](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_schedule) +- [Cloud Backup Schedule](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_schedule) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot.md b/docs/resources/cloud_backup_snapshot.md index c3d1479dd6..9c5a014a22 100644 --- a/docs/resources/cloud_backup_snapshot.md +++ b/docs/resources/cloud_backup_snapshot.md @@ -55,8 +55,8 @@ resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" { ``` ### Further Examples -- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) -- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) +- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) +- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot_export_bucket.md b/docs/resources/cloud_backup_snapshot_export_bucket.md index 8daf590170..13292aa374 100644 --- a/docs/resources/cloud_backup_snapshot_export_bucket.md +++ b/docs/resources/cloud_backup_snapshot_export_bucket.md @@ -38,8 +38,8 @@ resource "mongodbatlas_cloud_backup_snapshot_export_bucket" "test" { ``` ### Further Examples -- [AWS Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/aws) -- [Azure Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/azure) +- [AWS Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/aws) +- [Azure Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/azure) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot_export_job.md b/docs/resources/cloud_backup_snapshot_export_job.md index 59f11ac74a..0a625b7195 100644 --- a/docs/resources/cloud_backup_snapshot_export_job.md +++ b/docs/resources/cloud_backup_snapshot_export_job.md @@ -86,7 +86,7 @@ resource "mongodbatlas_cloud_backup_schedule" "backup" { ``` ### Further Examples -- [Cloud Backup Snapshot Export Job](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_job) +- [Cloud Backup Snapshot Export Job](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_job) ## Argument Reference diff --git a/docs/resources/cloud_backup_snapshot_restore_job.md b/docs/resources/cloud_backup_snapshot_restore_job.md index 2b458edf6c..74a3cf5252 100644 --- a/docs/resources/cloud_backup_snapshot_restore_job.md +++ b/docs/resources/cloud_backup_snapshot_restore_job.md @@ -144,8 +144,8 @@ resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" { ``` ### Further Examples -- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) -- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) +- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time) +- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster) ## Argument Reference diff --git a/docs/resources/cloud_provider_access_authorization.md b/docs/resources/cloud_provider_access_authorization.md index 144deed099..8b411fbd8e 100644 --- a/docs/resources/cloud_provider_access_authorization.md +++ b/docs/resources/cloud_provider_access_authorization.md @@ -11,7 +11,7 @@ The Terraform MongoDB Atlas Provider offers a two-resource path to perform an au - The second resource, `mongodbatlas_cloud_provider_access_authorization`, helps to perform the authorization using the `role_id` of the first resource. This path is helpful in a multi-provider Terraform file, and allows for a single and decoupled apply. -See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp). +See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp). ## mongodbatlas_cloud_provider_access_authorization @@ -85,9 +85,9 @@ resource "mongodbatlas_cloud_provider_access_authorization" "auth_role" { ``` ### Further Examples -- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws) -- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) -- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp) +- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws) +- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) +- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp) ## Argument Reference diff --git a/docs/resources/cloud_provider_access_setup.md b/docs/resources/cloud_provider_access_setup.md index daa7303a25..b0d35f0311 100644 --- a/docs/resources/cloud_provider_access_setup.md +++ b/docs/resources/cloud_provider_access_setup.md @@ -11,7 +11,7 @@ The Terraform MongoDB Atlas Provider offers a two-resource path to perform an au - The second resource, [`mongodbatlas_cloud_provider_access_authorization`](cloud_provider_access_authorization), helps to perform the authorization using the `role_id` of the first resource. This path is helpful in a multi-provider Terraform file, and allows for a single and decoupled apply. -See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp). +See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp). ## mongodbatlas_cloud_provider_access_setup @@ -61,9 +61,9 @@ resource "mongodbatlas_cloud_provider_access_setup" "test_role" { ``` ### Further Examples -- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws) -- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) -- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp) +- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws) +- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) +- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp) ## Argument Reference @@ -90,7 +90,7 @@ resource "mongodbatlas_cloud_provider_access_setup" "test_role" { * `last_updated_date` - Date and time when this Azure Service Principal was last updated. This parameter expresses its value in the ISO 8601 timestamp format in UTC. * `role_id` - Unique ID of this role. --> **NOTE:** For more details on how attributes are used to enable access to cloud provider accounts see [AWS example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws) and [Azure example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure). +-> **NOTE:** For more details on how attributes are used to enable access to cloud provider accounts see [AWS example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws) and [Azure example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure). ## Import It can be imported using project ID, provider name and role_id in the format `project_id`-`provider_name`-`role_id`, e.g. diff --git a/docs/resources/cloud_user_org_assignment.md b/docs/resources/cloud_user_org_assignment.md index f9fa27cb52..00b19cd00d 100644 --- a/docs/resources/cloud_user_org_assignment.md +++ b/docs/resources/cloud_user_org_assignment.md @@ -33,7 +33,7 @@ data "mongodbatlas_cloud_user_org_assignment" "example_user_id" { ``` ### Further Examples -- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_org_assignment) +- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_org_assignment) ## Schema diff --git a/docs/resources/cloud_user_project_assignment.md b/docs/resources/cloud_user_project_assignment.md index e1ee80109f..35bb7ede4f 100644 --- a/docs/resources/cloud_user_project_assignment.md +++ b/docs/resources/cloud_user_project_assignment.md @@ -36,7 +36,7 @@ data "mongodbatlas_cloud_user_project_assignment" "example_user_id" { ``` ### Further Examples -- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_project_assignment) +- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_project_assignment) ## Schema diff --git a/docs/resources/cloud_user_team_assignment.md b/docs/resources/cloud_user_team_assignment.md index 07bc1d28ce..d48d6e8a92 100644 --- a/docs/resources/cloud_user_team_assignment.md +++ b/docs/resources/cloud_user_team_assignment.md @@ -33,7 +33,7 @@ data "mongodbatlas_cloud_user_team_assignment" "example_username" { ``` ### Further Examples -- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_team_assignment) +- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_team_assignment) ## Schema diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index 9949e49e41..217989a589 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -251,15 +251,15 @@ output "endpoint_service_connection_string" { ``` Refer to the following for full privatelink endpoint connection string examples: -* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) -* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) -* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) +* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) +* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) ### Further Examples -- [NVMe Upgrade (Dedicated Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cluster/nvme-upgrade) -- [Tenant to Dedicated Upgrade (Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cluster/tenant-upgrade) +- [NVMe Upgrade (Dedicated Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cluster/nvme-upgrade) +- [Tenant to Dedicated Upgrade (Cluster)](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cluster/tenant-upgrade) ## Argument Reference diff --git a/docs/resources/cluster_outage_simulation.md b/docs/resources/cluster_outage_simulation.md index 8764dda89e..c343363ec8 100644 --- a/docs/resources/cluster_outage_simulation.md +++ b/docs/resources/cluster_outage_simulation.md @@ -38,7 +38,7 @@ resource "mongodbatlas_cluster_outage_simulation" "outage_simulation" { ``` ### Further Examples -- [Cluster Outage Simulation](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cluster_outage_simulation) +- [Cluster Outage Simulation](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cluster_outage_simulation) ## Argument Reference diff --git a/docs/resources/database_user.md b/docs/resources/database_user.md index 69746f54c7..584d29d758 100644 --- a/docs/resources/database_user.md +++ b/docs/resources/database_user.md @@ -120,7 +120,7 @@ Note: OIDC support is only avalible starting in [MongoDB 7.0](https://www.mongod ### Further Examples -- [Database User](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_database_user) +- [Database User](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_database_user) ## Argument Reference diff --git a/docs/resources/encryption_at_rest.md b/docs/resources/encryption_at_rest.md index c6a043dd87..1b6edef5d4 100644 --- a/docs/resources/encryption_at_rest.md +++ b/docs/resources/encryption_at_rest.md @@ -134,7 +134,7 @@ output "is_azure_encryption_at_rest_valid" { #### Manage Customer Keys with Azure Key Vault Over Private Endpoints It is possible to configure Atlas Encryption at Rest to communicate with Customer Managed Keys (Azure Key Vault or AWS KMS) over private network interfaces (Azure Private Link or AWS PrivateLink). This requires enabling the `azure_key_vault_config.require_private_networking` or the `aws_kms_config.require_private_networking` attribute, together with the configuration of the `mongodbatlas_encryption_at_rest_private_endpoint` resource. -Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. +Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. ### Configuring encryption at rest using customer key management in GCP @@ -170,9 +170,9 @@ resource "mongodbatlas_encryption_at_rest" "test" { ``` ### Further Examples -- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/aws) -- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/azure) -- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/gcp/) +- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/aws) +- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/azure) +- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/gcp/) diff --git a/docs/resources/encryption_at_rest_private_endpoint.md b/docs/resources/encryption_at_rest_private_endpoint.md index e8dd62193d..d8ed21856d 100644 --- a/docs/resources/encryption_at_rest_private_endpoint.md +++ b/docs/resources/encryption_at_rest_private_endpoint.md @@ -17,7 +17,7 @@ subcategory: "Encryption at Rest using Customer Key Management" ### Configuring Atlas Encryption at Rest using Azure Key Vault with Azure Private Link To learn more about existing limitations, see [Manage Customer Keys with Azure Key Vault Over Private Endpoints](https://www.mongodb.com/docs/atlas/security/azure-kms-over-private-endpoint/#manage-customer-keys-with-azure-key-vault-over-private-endpoints). -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. ```terraform resource "mongodbatlas_encryption_at_rest" "ear" { @@ -70,7 +70,7 @@ resource "azapi_update_resource" "approval" { ### Configuring Atlas Encryption at Rest using AWS KMS with AWS PrivateLink -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. ```terraform resource "mongodbatlas_encryption_at_rest" "ear" { @@ -95,8 +95,8 @@ resource "mongodbatlas_encryption_at_rest_private_endpoint" "endpoint" { ``` ### Further Examples -- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) -- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) +- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) +- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) ## Schema diff --git a/docs/resources/federated_database_instance.md b/docs/resources/federated_database_instance.md index 3a2bb8f328..f23e64db60 100644 --- a/docs/resources/federated_database_instance.md +++ b/docs/resources/federated_database_instance.md @@ -40,8 +40,8 @@ resource "mongodbatlas_federated_database_instance" "test" { ``` ### Further Examples -- [AWS Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_database_instance/aws) -- [Azure Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_database_instance/azure) +- [AWS Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_database_instance/aws) +- [Azure Federated Database Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_database_instance/azure) ## Example Usages with Amazon S3 bucket as storage database diff --git a/docs/resources/federated_query_limit.md b/docs/resources/federated_query_limit.md index 2d571aed7f..bd7ddd77c6 100644 --- a/docs/resources/federated_query_limit.md +++ b/docs/resources/federated_query_limit.md @@ -23,7 +23,7 @@ resource "mongodbatlas_federated_query_limit" "test" { ``` ### Further Examples -- [Federated Query Limit](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_query_limit) +- [Federated Query Limit](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_query_limit) ## Argument Reference diff --git a/docs/resources/federated_settings_identity_provider.md b/docs/resources/federated_settings_identity_provider.md index 1197aafc8e..b7fc4f43d2 100644 --- a/docs/resources/federated_settings_identity_provider.md +++ b/docs/resources/federated_settings_identity_provider.md @@ -42,7 +42,7 @@ resource "mongodbatlas_federated_settings_identity_provider" "oidc" { } ``` ### Further Examples -- [Azure Federated Settings Identity Provider](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_identity_provider/azure) +- [Azure Federated Settings Identity Provider](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_identity_provider/azure) ## Argument Reference diff --git a/docs/resources/federated_settings_org_config.md b/docs/resources/federated_settings_org_config.md index 3ab3775efb..1740519ab6 100644 --- a/docs/resources/federated_settings_org_config.md +++ b/docs/resources/federated_settings_org_config.md @@ -27,8 +27,8 @@ data "mongodbatlas_federated_settings_org_configs" "org_configs_ds" { ``` ### Further Examples -- [Azure Federated Identity Provider with Org Config](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_identity_provider/azure) -- [Federated Settings Org Role Mappings](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_org_role_mapping) +- [Azure Federated Identity Provider with Org Config](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_identity_provider/azure) +- [Federated Settings Org Role Mappings](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_org_role_mapping) ## Argument Reference diff --git a/docs/resources/federated_settings_org_role_mapping.md b/docs/resources/federated_settings_org_role_mapping.md index 85a67d68ef..d2a6ce90f4 100644 --- a/docs/resources/federated_settings_org_role_mapping.md +++ b/docs/resources/federated_settings_org_role_mapping.md @@ -32,7 +32,7 @@ resource "mongodbatlas_federated_settings_org_role_mapping" "org_group_role_mapp ``` ### Further Examples -- [Okta and MongoDB Atlas Federated Settings Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_federated_settings_org_role_mapping) +- [Okta and MongoDB Atlas Federated Settings Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_federated_settings_org_role_mapping) ## Argument Reference diff --git a/docs/resources/flex_cluster.md b/docs/resources/flex_cluster.md index a748f7041d..f0a55b8817 100644 --- a/docs/resources/flex_cluster.md +++ b/docs/resources/flex_cluster.md @@ -40,7 +40,7 @@ output "mongodbatlas_flex_clusters_names" { ``` ### Further Examples -- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_flex_cluster) +- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_flex_cluster) ## Schema diff --git a/docs/resources/maintenance_window.md b/docs/resources/maintenance_window.md index b5535dabfe..0a0a247f3a 100644 --- a/docs/resources/maintenance_window.md +++ b/docs/resources/maintenance_window.md @@ -44,7 +44,7 @@ Once maintenance is scheduled for your cluster, you cannot change your maintenan ``` ### Further Examples -- [Configure Maintenance Window](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_maintenance_window) +- [Configure Maintenance Window](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_maintenance_window) ## Argument Reference diff --git a/docs/resources/mongodb_employee_access_grant.md b/docs/resources/mongodb_employee_access_grant.md index 879cfc4afe..bf4c8d46db 100644 --- a/docs/resources/mongodb_employee_access_grant.md +++ b/docs/resources/mongodb_employee_access_grant.md @@ -31,7 +31,7 @@ output "expiration_time" { ``` ### Further Examples -- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_mongodb_employee_access_grant) +- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_mongodb_employee_access_grant) ## Schema diff --git a/docs/resources/network_container.md b/docs/resources/network_container.md index 567e393864..042d8ff5d3 100644 --- a/docs/resources/network_container.md +++ b/docs/resources/network_container.md @@ -52,7 +52,7 @@ resource "mongodbatlas_network_container" "test" { ``` ### Further Examples -- [GCP and MongoDB Atlas VPC Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/gcp) +- [GCP and MongoDB Atlas VPC Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/gcp) ## Argument Reference diff --git a/docs/resources/network_peering.md b/docs/resources/network_peering.md index 4a9e886a7f..3d649b1461 100644 --- a/docs/resources/network_peering.md +++ b/docs/resources/network_peering.md @@ -330,9 +330,9 @@ resource "mongodbatlas_network_peering" "test" { ``` ### Further Examples -- [AWS Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/aws) -- [Azure Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/azure) -- [GCP Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_network_peering/gcp) +- [AWS Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/aws) +- [Azure Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/azure) +- [GCP Network Peering](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_network_peering/gcp) ## Argument Reference diff --git a/docs/resources/online_archive.md b/docs/resources/online_archive.md index e97913f0e0..db5f17fca7 100644 --- a/docs/resources/online_archive.md +++ b/docs/resources/online_archive.md @@ -107,7 +107,7 @@ resource "mongodbatlas_online_archive" "test" { } ``` ### Further Examples -- [Online Archive Example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_online_archive) +- [Online Archive Example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_online_archive) ## Argument Reference * `project_id` - (Required) The unique ID for the project diff --git a/docs/resources/org_invitation.md b/docs/resources/org_invitation.md index 0ea968c963..d4bb4d6604 100644 --- a/docs/resources/org_invitation.md +++ b/docs/resources/org_invitation.md @@ -45,7 +45,7 @@ resource "mongodbatlas_org_invitation" "test1" { ``` ### Further Examples -- [Migrate Org Invitation to Cloud User Org Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_org_invitation_to_cloud_user_org_assignment) +- [Migrate Org Invitation to Cloud User Org Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_org_invitation_to_cloud_user_org_assignment) ## Argument Reference diff --git a/docs/resources/organization.md b/docs/resources/organization.md index 3c54c76560..2a24fd1efe 100644 --- a/docs/resources/organization.md +++ b/docs/resources/organization.md @@ -22,9 +22,9 @@ resource "mongodbatlas_organization" "test" { ``` ### Further Examples -- [Organization setup - step 1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_organization/organization-step-1) -- [Organization setup - step 2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_organization/organization-step-2) -- [Organization import](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_organization/organization-import) +- [Organization setup - step 1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_organization/organization-step-1) +- [Organization setup - step 2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_organization/organization-step-2) +- [Organization import](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_organization/organization-import) ## Argument Reference diff --git a/docs/resources/private_endpoint_regional_mode.md b/docs/resources/private_endpoint_regional_mode.md index de1ef5c72a..372eea4586 100644 --- a/docs/resources/private_endpoint_regional_mode.md +++ b/docs/resources/private_endpoint_regional_mode.md @@ -125,7 +125,7 @@ resource "aws_vpc_endpoint" "test_east" { ``` ### Further Examples -- [AWS PrivateLink Geosharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) +- [AWS PrivateLink Geosharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded) ## Argument Reference * `project_id` - (Required) Unique identifier for the project. @@ -139,7 +139,7 @@ You can create only sharded clusters when you enable the regionalized private en ## Additional Reference In addition to the example shown above, keep in mind: -* `mongodbatlas_advanced_cluster.cluster_atlas.depends_on` - Make your cluster dependent on the project's `mongodbatlas_private_endpoint_regional_mode` as well as any relevant `mongodbatlas_privatelink_endpoint_service` resources. See an [example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded). +* `mongodbatlas_advanced_cluster.cluster_atlas.depends_on` - Make your cluster dependent on the project's `mongodbatlas_private_endpoint_regional_mode` as well as any relevant `mongodbatlas_privatelink_endpoint_service` resources. See an [example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded). * `mongodbatlas_advanced_cluster.cluster_atlas.connection_strings` will differ based on the value of `mongodbatlas_private_endpoint_regional_mode.test.enabled`. * For more information on usage with GCP, see [our Privatelink Endpoint Service documentation: Example with GCP](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/privatelink_endpoint_service#example-with-gcp) * For more information on usage with Azure, see [our Privatelink Endpoint Service documentation: Examples with Azure](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/privatelink_endpoint_service#example-with-azure) diff --git a/docs/resources/privatelink_endpoint.md b/docs/resources/privatelink_endpoint.md index 6accb72922..a78ee58128 100644 --- a/docs/resources/privatelink_endpoint.md +++ b/docs/resources/privatelink_endpoint.md @@ -35,9 +35,9 @@ resource "mongodbatlas_privatelink_endpoint" "test" { ``` ### Further Examples -- [AWS PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws) -- [Azure PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -- [GCP Private Service Connect Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) +- [AWS PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws) +- [Azure PrivateLink Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +- [GCP Private Service Connect Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) ## Argument Reference diff --git a/docs/resources/privatelink_endpoint_service.md b/docs/resources/privatelink_endpoint_service.md index 0e00067a40..a1ff72632f 100644 --- a/docs/resources/privatelink_endpoint_service.md +++ b/docs/resources/privatelink_endpoint_service.md @@ -145,9 +145,9 @@ resource "mongodbatlas_privatelink_endpoint_service" "test" { ``` ### Further Examples -- [AWS PrivateLink Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) -- [Azure Private Link Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure) -- [GCP Private Service Connect Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp) +- [AWS PrivateLink Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster) +- [Azure Private Link Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure) +- [GCP Private Service Connect Endpoint and Service](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp) ## Argument Reference diff --git a/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md b/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md index 0114f389fe..806264bb2d 100644 --- a/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md +++ b/docs/resources/privatelink_endpoint_service_data_federation_online_archive.md @@ -40,7 +40,7 @@ resource "mongodbatlas_privatelink_endpoint_service_data_federation_online_archi The `service_name` value for the region in question can be found in the [MongoDB Atlas Administration](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatafederationprivateendpoint) documentation. ### Further Examples -- [AWS PrivateLink for Data Federation and Online Archive](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/data-federation-online-archive) +- [AWS PrivateLink for Data Federation and Online Archive](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/data-federation-online-archive) ## Argument Reference diff --git a/docs/resources/project.md b/docs/resources/project.md index 91536941b3..800a1adc92 100644 --- a/docs/resources/project.md +++ b/docs/resources/project.md @@ -40,7 +40,7 @@ resource "mongodbatlas_project" "test" { ``` ### Further Examples -- [Atlas Project with custom limits](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_project) +- [Atlas Project with custom limits](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_project) ## Argument Reference diff --git a/docs/resources/project_api_key.md b/docs/resources/project_api_key.md index e69fef80e9..fb656ff003 100644 --- a/docs/resources/project_api_key.md +++ b/docs/resources/project_api_key.md @@ -42,7 +42,7 @@ resource "mongodbatlas_project_api_key" "test" { ``` ### Further Examples -- [Legacy Module: Create and Assign Project API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment/module/old_module) +- [Legacy Module: Create and Assign Project API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment/module/old_module) ## Argument Reference diff --git a/docs/resources/project_invitation.md b/docs/resources/project_invitation.md index 77d4ac1b04..ecd9f86f40 100644 --- a/docs/resources/project_invitation.md +++ b/docs/resources/project_invitation.md @@ -38,7 +38,7 @@ resource "mongodbatlas_project_invitation" "test" { ``` ### Further Examples -- [Migrate Project Invitation to Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_project_invitation_to_cloud_user_project_assignment) +- [Migrate Project Invitation to Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_project_invitation_to_cloud_user_project_assignment) ## Argument Reference diff --git a/docs/resources/project_ip_access_list.md b/docs/resources/project_ip_access_list.md index 16a5392b5b..ee11bab2cd 100644 --- a/docs/resources/project_ip_access_list.md +++ b/docs/resources/project_ip_access_list.md @@ -64,7 +64,7 @@ resource "mongodbatlas_project_ip_access_list" "test" { ### Further Examples -- [Project IP Access List](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_project_ip_access_list) +- [Project IP Access List](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_project_ip_access_list) ## Argument Reference diff --git a/docs/resources/push_based_log_export.md b/docs/resources/push_based_log_export.md index 00cf422ac8..79d84a0a8e 100644 --- a/docs/resources/push_based_log_export.md +++ b/docs/resources/push_based_log_export.md @@ -51,7 +51,7 @@ output "test" { ``` ### Further Examples -- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_push_based_log_export) +- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_push_based_log_export) ## Schema diff --git a/docs/resources/resource_policy.md b/docs/resources/resource_policy.md index 796ac9975c..085842ee6e 100644 --- a/docs/resources/resource_policy.md +++ b/docs/resources/resource_policy.md @@ -93,7 +93,7 @@ output "policy_ids" { ``` ### Further Examples -- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_resource_policy) +- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_resource_policy) ## Schema diff --git a/docs/resources/search_deployment.md b/docs/resources/search_deployment.md index 7ed5914a16..647305e79b 100644 --- a/docs/resources/search_deployment.md +++ b/docs/resources/search_deployment.md @@ -62,7 +62,7 @@ output "mongodbatlas_search_deployment_encryption_at_rest_provider" { ``` ### Further Examples -- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_search_deployment) +- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_search_deployment) ## Schema diff --git a/docs/resources/stream_connection.md b/docs/resources/stream_connection.md index 6f8bb6778e..ba1ea2e68f 100644 --- a/docs/resources/stream_connection.md +++ b/docs/resources/stream_connection.md @@ -24,7 +24,7 @@ resource "mongodbatlas_stream_connection" "test" { ``` ### Further Examples -- [Atlas Stream Connection](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_connection) +- [Atlas Stream Connection](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_connection) ### Example Cross Project Cluster Connection diff --git a/docs/resources/stream_instance.md b/docs/resources/stream_instance.md index 9681f92e21..a4e1733253 100644 --- a/docs/resources/stream_instance.md +++ b/docs/resources/stream_instance.md @@ -20,7 +20,7 @@ resource "mongodbatlas_stream_instance" "test" { ``` ### Further Examples -- [Atlas Stream Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_instance) +- [Atlas Stream Instance](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_instance) ## Argument Reference diff --git a/docs/resources/stream_privatelink_endpoint.md b/docs/resources/stream_privatelink_endpoint.md index 7a62e90fac..c0f09594de 100644 --- a/docs/resources/stream_privatelink_endpoint.md +++ b/docs/resources/stream_privatelink_endpoint.md @@ -254,11 +254,11 @@ output "privatelink_endpoint_id" { ``` ### Further Examples -- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) -- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) -- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) -- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) -- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) +- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) +- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) +- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) +- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) +- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) ## Schema diff --git a/docs/resources/stream_processor.md b/docs/resources/stream_processor.md index 0adf51b270..58374f4abc 100644 --- a/docs/resources/stream_processor.md +++ b/docs/resources/stream_processor.md @@ -123,7 +123,7 @@ output "stream_processors_results" { ``` ### Further Examples -- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_processor) +- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_processor) ## Schema diff --git a/docs/resources/team.md b/docs/resources/team.md index 23713780c4..d593e73f77 100644 --- a/docs/resources/team.md +++ b/docs/resources/team.md @@ -21,8 +21,8 @@ resource "mongodbatlas_team" "test" { ``` ### Further Examples -- [Team and user assignment (module maintainer) v1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_user_team_assignment/module_maintainer/v1) -- [Team and user assignment (module maintainer) v2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_user_team_assignment/module_maintainer/v2) +- [Team and user assignment (module maintainer) v1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_user_team_assignment/module_maintainer/v1) +- [Team and user assignment (module maintainer) v2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_user_team_assignment/module_maintainer/v2) ## Argument Reference diff --git a/docs/resources/team_project_assignment.md b/docs/resources/team_project_assignment.md index 995641397b..f5186d1535 100644 --- a/docs/resources/team_project_assignment.md +++ b/docs/resources/team_project_assignment.md @@ -21,7 +21,7 @@ data "mongodbatlas_team_project_assignment" "this" { ``` ### Further Examples -- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_team_project_assignment) +- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_team_project_assignment) ## Schema diff --git a/docs/resources/third_party_integration.md b/docs/resources/third_party_integration.md index 3d9055a79e..eb24380ef2 100644 --- a/docs/resources/third_party_integration.md +++ b/docs/resources/third_party_integration.md @@ -29,7 +29,7 @@ resource "mongodbatlas_third_party_integration" "test_datadog" { ``` ### Further Examples -- [Third-Party Integration Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_third_party_integration) +- [Third-Party Integration Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_third_party_integration) ## Argument Reference diff --git a/templates/resources/api_key_project_assignment.md.tmpl b/templates/resources/api_key_project_assignment.md.tmpl index 489d5b065e..c2916f23b5 100644 --- a/templates/resources/api_key_project_assignment.md.tmpl +++ b/templates/resources/api_key_project_assignment.md.tmpl @@ -11,7 +11,7 @@ subcategory: "Programmatic API Keys" {{ tffile "examples/mongodbatlas_api_key/main.tf"}} ### Further Examples -- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment) +- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/cloud_user_org_assignment.md.tmpl b/templates/resources/cloud_user_org_assignment.md.tmpl index 1d030a7b3e..e0aff5cac8 100644 --- a/templates/resources/cloud_user_org_assignment.md.tmpl +++ b/templates/resources/cloud_user_org_assignment.md.tmpl @@ -15,7 +15,7 @@ To manage such users with this resource, refer to our [Org Invitation to Cloud U {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_org_assignment) +- [Cloud User Organization Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_org_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/cloud_user_project_assignment.md.tmpl b/templates/resources/cloud_user_project_assignment.md.tmpl index e43e7c48d2..05cb7f951a 100644 --- a/templates/resources/cloud_user_project_assignment.md.tmpl +++ b/templates/resources/cloud_user_project_assignment.md.tmpl @@ -20,7 +20,7 @@ To manage such users with this resource, refer to our [Project Invitation to Clo {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_project_assignment) +- [Cloud User Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_project_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/cloud_user_team_assignment.md.tmpl b/templates/resources/cloud_user_team_assignment.md.tmpl index 290354db5c..5b4707d04b 100644 --- a/templates/resources/cloud_user_team_assignment.md.tmpl +++ b/templates/resources/cloud_user_team_assignment.md.tmpl @@ -15,7 +15,7 @@ To manage such users with this resource, refer to our [Migration Guide: Team Use {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_user_team_assignment) +- [Cloud User Team Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_user_team_assignment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/encryption_at_rest.md.tmpl b/templates/resources/encryption_at_rest.md.tmpl index 07783beea5..2abd0187ae 100644 --- a/templates/resources/encryption_at_rest.md.tmpl +++ b/templates/resources/encryption_at_rest.md.tmpl @@ -53,7 +53,7 @@ resource "mongodbatlas_encryption_at_rest" "default" { #### Manage Customer Keys with Azure Key Vault Over Private Endpoints It is possible to configure Atlas Encryption at Rest to communicate with Customer Managed Keys (Azure Key Vault or AWS KMS) over private network interfaces (Azure Private Link or AWS PrivateLink). This requires enabling the `azure_key_vault_config.require_private_networking` or the `aws_kms_config.require_private_networking` attribute, together with the configuration of the `mongodbatlas_encryption_at_rest_private_endpoint` resource. -Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. +Please review the [`mongodbatlas_encryption_at_rest_private_endpoint` resource documentation](encryption_at_rest_private_endpoint) and [complete the example](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/) for details on this functionality. ### Configuring encryption at rest using customer key management in GCP @@ -64,9 +64,9 @@ This approach uses role-based authentication through Cloud Provider Access for a {{ tffile (printf "examples/%s/gcp/main.tf" .Name )}} ### Further Examples -- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/aws) -- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/azure) -- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest/gcp/) +- [AWS KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/aws) +- [Azure Key Vault Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/azure) +- [GCP KMS Encryption at Rest](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest/gcp/) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/encryption_at_rest_private_endpoint.md.tmpl b/templates/resources/encryption_at_rest_private_endpoint.md.tmpl index 2f81984e35..bb4294159e 100644 --- a/templates/resources/encryption_at_rest_private_endpoint.md.tmpl +++ b/templates/resources/encryption_at_rest_private_endpoint.md.tmpl @@ -17,19 +17,19 @@ subcategory: "Encryption at Rest using Customer Key Management" ### Configuring Atlas Encryption at Rest using Azure Key Vault with Azure Private Link To learn more about existing limitations, see [Manage Customer Keys with Azure Key Vault Over Private Endpoints](https://www.mongodb.com/docs/atlas/security/azure-kms-over-private-endpoint/#manage-customer-keys-with-azure-key-vault-over-private-endpoints). -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) for detailed steps and considerations. {{ tffile (printf "examples/%s/azure/main.tf" .Name )}} ### Configuring Atlas Encryption at Rest using AWS KMS with AWS PrivateLink -Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. +Make sure to reference the [complete example section](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) for detailed steps and considerations. {{ tffile (printf "examples/%s/aws/main.tf" .Name )}} ### Further Examples -- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) -- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) +- [AWS KMS Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/aws) +- [Azure Key Vault Encryption at Rest Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_encryption_at_rest_private_endpoint/azure) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/flex_cluster.md.tmpl b/templates/resources/flex_cluster.md.tmpl index 8ac24c27e2..8314f05517 100644 --- a/templates/resources/flex_cluster.md.tmpl +++ b/templates/resources/flex_cluster.md.tmpl @@ -13,7 +13,7 @@ subcategory: "Clusters" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_flex_cluster) +- [Flex Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_flex_cluster) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/mongodb_employee_access_grant.md.tmpl b/templates/resources/mongodb_employee_access_grant.md.tmpl index 88f9996036..bf3526884e 100644 --- a/templates/resources/mongodb_employee_access_grant.md.tmpl +++ b/templates/resources/mongodb_employee_access_grant.md.tmpl @@ -11,7 +11,7 @@ subcategory: "Clusters" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_mongodb_employee_access_grant) +- [Grant log access to MongoDB employees](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_mongodb_employee_access_grant) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/push_based_log_export.md.tmpl b/templates/resources/push_based_log_export.md.tmpl index c5f4f5ab95..b978198181 100644 --- a/templates/resources/push_based_log_export.md.tmpl +++ b/templates/resources/push_based_log_export.md.tmpl @@ -15,7 +15,7 @@ The [push based log export Terraform module](https://registry.terraform.io/modul {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_push_based_log_export) +- [Push-Based Log Export](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_push_based_log_export) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/resource_policy.md.tmpl b/templates/resources/resource_policy.md.tmpl index 51f535f54b..ce0717212d 100644 --- a/templates/resources/resource_policy.md.tmpl +++ b/templates/resources/resource_policy.md.tmpl @@ -12,7 +12,7 @@ subcategory: "Resource Policies" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_resource_policy) +- [Atlas Resource Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_resource_policy) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/search_deployment.md.tmpl b/templates/resources/search_deployment.md.tmpl index 4c68f5f1a8..10ca852e58 100644 --- a/templates/resources/search_deployment.md.tmpl +++ b/templates/resources/search_deployment.md.tmpl @@ -15,7 +15,7 @@ subcategory: "Atlas Search" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_search_deployment) +- [Atlas Cluster with dedicated Search Nodes Deployment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_search_deployment) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/stream_privatelink_endpoint.md.tmpl b/templates/resources/stream_privatelink_endpoint.md.tmpl index d8e6204e65..d364f5ba8a 100644 --- a/templates/resources/stream_privatelink_endpoint.md.tmpl +++ b/templates/resources/stream_privatelink_endpoint.md.tmpl @@ -18,11 +18,11 @@ subcategory: "Streams" {{ tffile (printf "examples/%s/s3/main.tf" .Name )}} ### Further Examples -- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) -- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) -- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) -- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) -- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) +- [AWS Confluent PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless) +- [Confluent Dedicated Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster) +- [AWS MSK PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/aws_msk_cluster) +- [AWS S3 PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/s3) +- [Azure PrivateLink](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_privatelink_endpoint/azure) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/stream_processor.md.tmpl b/templates/resources/stream_processor.md.tmpl index 89fecc0ad4..1a00c4f7f1 100644 --- a/templates/resources/stream_processor.md.tmpl +++ b/templates/resources/stream_processor.md.tmpl @@ -16,7 +16,7 @@ subcategory: "Streams" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_stream_processor) +- [Atlas Stream Processor](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_stream_processor) {{ .SchemaMarkdown | trimspace }} diff --git a/templates/resources/team_project_assignment.md.tmpl b/templates/resources/team_project_assignment.md.tmpl index 15ca9ab611..b64e7ad185 100644 --- a/templates/resources/team_project_assignment.md.tmpl +++ b/templates/resources/team_project_assignment.md.tmpl @@ -10,7 +10,7 @@ subcategory: "Teams" {{ tffile (printf "examples/%s/main.tf" .Name )}} ### Further Examples -- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_team_project_assignment) +- [Team Project Assignment](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_team_project_assignment) {{ .SchemaMarkdown | trimspace }} From 2cd626fc36a2c82331343d1831975409ffce5a1e Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 15:22:06 +0200 Subject: [PATCH 6/9] Revert "chore: Update SSDLC report for v1.41.1" This reverts commit 83598de561bafeb43ac18b6a17727ed012ee2f84. --- compliance/v1.41.1/ssdlc-compliance-1.41.1.md | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 compliance/v1.41.1/ssdlc-compliance-1.41.1.md diff --git a/compliance/v1.41.1/ssdlc-compliance-1.41.1.md b/compliance/v1.41.1/ssdlc-compliance-1.41.1.md deleted file mode 100644 index b872ffaa1a..0000000000 --- a/compliance/v1.41.1/ssdlc-compliance-1.41.1.md +++ /dev/null @@ -1,30 +0,0 @@ -SSDLC Compliance Report: Terraform Provider MongoDB Atlas 1.41.1 -================================================================= - -- Release Creator: oarbusi -- Created On: 2025-10-01 - -Overview: - -- **Product and Release Name** - - Terraform Provider MongoDB Atlas 1.41.1, 2025-10-01. - -- **Process Document** - - https://www.mongodb.com/blog/post/how-mongodb-protects-against-supply-chain-vulnerabilities - -- **Tool used to track third party vulnerabilities** - - [Kondukto](https://arcticglow.kondukto.io/) - -- **Dependency Information** - - See SBOM Lite manifests (CycloneDX in JSON format): - - https://github.com/mongodb/terraform-provider-mongodbatlas/releases/download/v1.41.1/sbom.json - -- **Security Testing Report** - - Available as needed from Cloud Security. - -- **Security Assessment Report** - - Available as needed from Cloud Security. - -Assumptions and attestations: - -- Internal processes are used to ensure CVEs are identified and mitigated within SLAs. From 85006a6e5ccde467236f38275fdb29f9d731b973 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 15:23:45 +0200 Subject: [PATCH 7/9] branch for ssdlc report --- .github/workflows/release-v1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-v1.yml b/.github/workflows/release-v1.yml index 26003ef785..6fb39b0ea6 100644 --- a/.github/workflows/release-v1.yml +++ b/.github/workflows/release-v1.yml @@ -243,3 +243,4 @@ jobs: remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }} gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }} + branch: master-v1 From 3ae62e6f655f27d6e45df637b2f0b875ca17e9de Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Wed, 1 Oct 2025 15:27:07 +0200 Subject: [PATCH 8/9] add 1.41.1 in changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f049be604..db42fd4d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ BUG FIXES: * resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725)) +## 1.41.1 (October 01, 2025) + +BUG FIXES: + +* resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725)) + ## 2.0.1 (October 01, 2025) ENHANCEMENTS: From 636191de5ffc7313bad4a80af943abef75884244 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Abadal Date: Thu, 2 Oct 2025 16:38:09 +0200 Subject: [PATCH 9/9] correct changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db42fd4d15..fd24d1173a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ BUG FIXES: BUG FIXES: -* resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725)) +* provider: Fixes STS region resolution when using cross-region authentication ([#3718](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3718)) ## 2.0.1 (October 01, 2025)