diff --git a/docs/data-sources/resource_policies.md b/docs/data-sources/resource_policies.md index 7f485c8823..394b33449b 100644 --- a/docs/data-sources/resource_policies.md +++ b/docs/data-sources/resource_policies.md @@ -2,8 +2,8 @@ `mongodbatlas_resource_policies` returns all resource policies in an organization. --> **NOTE**: Resource Policies are currently in Public 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). +-> **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)). 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 83e4fa1d6d..348232ec1b 100644 --- a/docs/data-sources/resource_policy.md +++ b/docs/data-sources/resource_policy.md @@ -2,8 +2,8 @@ `mongodbatlas_resource_policy` describes a resource policy in an organization. --> **NOTE**: Resource Policies are currently in Public 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). +-> **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)). 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 74a3bc8ee7..70ec134e6e 100644 --- a/docs/resources/resource_policy.md +++ b/docs/resources/resource_policy.md @@ -2,8 +2,8 @@ `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 Public 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). +-> **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)). 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 ee0775c25a..d6ac4e4bef 100644 --- a/examples/mongodbatlas_resource_policy/README.md +++ b/examples/mongodbatlas_resource_policy/README.md @@ -1,8 +1,8 @@ # MongoDB Atlas Provider -- Atlas Resource Policy This example creates three different resource policies in an organization. -**NOTE**: Resource Policies are currently in Public 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). +**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)). 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 866f034a43..48c3dc7ce8 100644 --- a/templates/data-sources/resource_policies.md.tmpl +++ b/templates/data-sources/resource_policies.md.tmpl @@ -2,8 +2,8 @@ `{{.Name}}` returns all resource policies in an organization. --> **NOTE**: Resource Policies are currently in Public 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). +-> **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)). 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 df3d166a10..57574f0b1e 100644 --- a/templates/data-sources/resource_policy.md.tmpl +++ b/templates/data-sources/resource_policy.md.tmpl @@ -2,8 +2,8 @@ `{{.Name}}` describes a resource policy in an organization. --> **NOTE**: Resource Policies are currently in Public 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). +-> **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)). 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 f70bc7a181..85924f23a7 100644 --- a/templates/resources/resource_policy.md.tmpl +++ b/templates/resources/resource_policy.md.tmpl @@ -2,8 +2,8 @@ `{{.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 Public 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). +-> **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)). 2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.