From aa3c5cd852f7a55da323857cfdac89f7cc7bfa2e Mon Sep 17 00:00:00 2001 From: Melanija Cvetic Date: Thu, 14 Nov 2024 16:01:25 +0000 Subject: [PATCH 1/3] change to online archive resource doc --- docs/resources/online_archive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/online_archive.md b/docs/resources/online_archive.md index dd89b0c542..00a17a7c15 100644 --- a/docs/resources/online_archive.md +++ b/docs/resources/online_archive.md @@ -139,7 +139,7 @@ The only field required for criteria type `CUSTOM` * `expire_after_days` - Number of days used in the date criteria for nominating documents for deletion. Value must be between 7 and 9215. ### Data Process Region -* `cloud_provider` - Human-readable label that identifies the Cloud service provider where you wish to store your archived data. `AZURE` may be selected only if Azure is the Cloud service provider for the cluster and no AWS online archive has been created for the cluster. +* `cloud_provider` - Human-readable label that identifies the Cloud service provider where you wish to store your archived data. `AZURE` may be selected only if Azure is the Cloud service provider for the cluster and no AWS online archive has been created for the cluster. Support for Online Archive on `GCP` is available in Private Preview. To request access and participate in the Private Preview release of this feature, see the [registration sign-up](https://www.mongodb.com/products/platform/atlas-online-archive#promo). * `region` - Human-readable label that identifies the geographic location of the region where you wish to store your archived data. For allowed values, see [MongoDB Atlas API documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Online-Archive/operation/createOnlineArchive) ### Schedule From 8b7f74588c9d799c64fd79810268acf5fb09bdb8 Mon Sep 17 00:00:00 2001 From: Melanija Cvetic Date: Thu, 14 Nov 2024 16:18:35 +0000 Subject: [PATCH 2/3] changing location of private preview information --- docs/resources/online_archive.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/resources/online_archive.md b/docs/resources/online_archive.md index 00a17a7c15..ca8993704d 100644 --- a/docs/resources/online_archive.md +++ b/docs/resources/online_archive.md @@ -8,6 +8,8 @@ ~> **IMPORTANT:** There are fields that are immutable after creation, i.e if `date_field` value does not exist in the collection, the online archive state will be pending forever, and this field cannot be updated, that means a destroy is required, known error `ONLINE_ARCHIVE_CANNOT_MODIFY_FIELD` +~> **IMPORTANT:** Support for Online Archive on `GCP` is available in Private Preview. To request access and participate in the Private Preview release of this feature, see the [registration sign-up](https://www.mongodb.com/products/platform/atlas-online-archive#promo). + ## Example Usages ```terraform resource "mongodbatlas_online_archive" "test" { @@ -139,7 +141,7 @@ The only field required for criteria type `CUSTOM` * `expire_after_days` - Number of days used in the date criteria for nominating documents for deletion. Value must be between 7 and 9215. ### Data Process Region -* `cloud_provider` - Human-readable label that identifies the Cloud service provider where you wish to store your archived data. `AZURE` may be selected only if Azure is the Cloud service provider for the cluster and no AWS online archive has been created for the cluster. Support for Online Archive on `GCP` is available in Private Preview. To request access and participate in the Private Preview release of this feature, see the [registration sign-up](https://www.mongodb.com/products/platform/atlas-online-archive#promo). +* `cloud_provider` - Human-readable label that identifies the Cloud service provider where you wish to store your archived data. `AZURE` may be selected only if Azure is the Cloud service provider for the cluster and no AWS online archive has been created for the cluster. * `region` - Human-readable label that identifies the geographic location of the region where you wish to store your archived data. For allowed values, see [MongoDB Atlas API documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Online-Archive/operation/createOnlineArchive) ### Schedule From 6f14c424f7b209bc58188482a28b6960842bef42 Mon Sep 17 00:00:00 2001 From: cveticm <119604954+cveticm@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:30:56 +0000 Subject: [PATCH 3/3] implemented review feedback Co-authored-by: davidhou17 <55004296+davidhou17@users.noreply.github.com> --- docs/resources/online_archive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/online_archive.md b/docs/resources/online_archive.md index ca8993704d..5dcdab6872 100644 --- a/docs/resources/online_archive.md +++ b/docs/resources/online_archive.md @@ -8,7 +8,7 @@ ~> **IMPORTANT:** There are fields that are immutable after creation, i.e if `date_field` value does not exist in the collection, the online archive state will be pending forever, and this field cannot be updated, that means a destroy is required, known error `ONLINE_ARCHIVE_CANNOT_MODIFY_FIELD` -~> **IMPORTANT:** Support for Online Archive on `GCP` is available in Private Preview. To request access and participate in the Private Preview release of this feature, see the [registration sign-up](https://www.mongodb.com/products/platform/atlas-online-archive#promo). +~> **IMPORTANT:** Support for Online Archive on `GCP` is available in Private Preview. To request access and participate in the Private Preview release of this feature, complete the [sign-up form](https://www.mongodb.com/products/platform/atlas-online-archive#promo). ## Example Usages ```terraform