From 560fa58e77edeb8ce399446ea924c549b0422452 Mon Sep 17 00:00:00 2001 From: EspenAlbert Date: Wed, 9 Oct 2024 16:47:21 +0100 Subject: [PATCH] doc: change Beta -> Preview --- docs/data-sources/resource_policies.md | 2 +- docs/data-sources/resource_policy.md | 2 +- docs/resources/resource_policy.md | 2 +- examples/mongodbatlas_resource_policy/README.md | 2 +- templates/data-sources/resource_policies.md.tmpl | 2 +- templates/data-sources/resource_policy.md.tmpl | 2 +- templates/resources/resource_policy.md.tmpl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/data-sources/resource_policies.md b/docs/data-sources/resource_policies.md index 394b33449b..daf1d45560 100644 --- a/docs/data-sources/resource_policies.md +++ b/docs/data-sources/resource_policies.md @@ -3,7 +3,7 @@ `mongodbatlas_resource_policies` returns all resource policies in an organization. -> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands. ## Example Usages diff --git a/docs/data-sources/resource_policy.md b/docs/data-sources/resource_policy.md index 348232ec1b..1405e79239 100644 --- a/docs/data-sources/resource_policy.md +++ b/docs/data-sources/resource_policy.md @@ -3,7 +3,7 @@ `mongodbatlas_resource_policy` describes a resource policy in an organization. -> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands. ## Example Usages diff --git a/docs/resources/resource_policy.md b/docs/resources/resource_policy.md index 70ec134e6e..60063f6956 100644 --- a/docs/resources/resource_policy.md +++ b/docs/resources/resource_policy.md @@ -3,7 +3,7 @@ `mongodbatlas_resource_policy` provides a Resource Policy resource. The resource lets you create, edit and delete resource policies to prevent misconfigurations and reduce the need for corrective interventions in your organization. -> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands. diff --git a/examples/mongodbatlas_resource_policy/README.md b/examples/mongodbatlas_resource_policy/README.md index d6ac4e4bef..ee34dfbe63 100644 --- a/examples/mongodbatlas_resource_policy/README.md +++ b/examples/mongodbatlas_resource_policy/README.md @@ -2,7 +2,7 @@ This example creates three different resource policies in an organization. **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](../../README.md#preview-features) when running `terraform` commands. diff --git a/templates/data-sources/resource_policies.md.tmpl b/templates/data-sources/resource_policies.md.tmpl index 48c3dc7ce8..c27421881e 100644 --- a/templates/data-sources/resource_policies.md.tmpl +++ b/templates/data-sources/resource_policies.md.tmpl @@ -3,7 +3,7 @@ `{{.Name}}` returns all resource policies in an organization. -> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands. ## Example Usages diff --git a/templates/data-sources/resource_policy.md.tmpl b/templates/data-sources/resource_policy.md.tmpl index 57574f0b1e..bbb0f96896 100644 --- a/templates/data-sources/resource_policy.md.tmpl +++ b/templates/data-sources/resource_policy.md.tmpl @@ -3,7 +3,7 @@ `{{.Name}}` describes a resource policy in an organization. -> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands. ## Example Usages diff --git a/templates/resources/resource_policy.md.tmpl b/templates/resources/resource_policy.md.tmpl index 85924f23a7..0413c26820 100644 --- a/templates/resources/resource_policy.md.tmpl +++ b/templates/resources/resource_policy.md.tmpl @@ -3,7 +3,7 @@ `{{.Name}}` provides a Resource Policy resource. The resource lets you create, edit and delete resource policies to prevent misconfigurations and reduce the need for corrective interventions in your organization. -> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions: -1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). +1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.