Skip to content

Commit 23afbc2

Browse files
authored
doc: Fixes Public -> Private Preview and adds contact link. (#2671)
* doc: Fixes Public -> Private Preview and adds contact link. * doc: change Beta -> Preview
1 parent bfad9c0 commit 23afbc2

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

docs/data-sources/resource_policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`mongodbatlas_resource_policies` returns all resource policies in an organization.
44

5-
-> **NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
6-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
5+
-> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
6+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
77
2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.
88

99
## Example Usages

docs/data-sources/resource_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`mongodbatlas_resource_policy` describes a resource policy in an organization.
44

5-
-> **NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
6-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
5+
-> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
6+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
77
2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.
88

99
## Example Usages

docs/resources/resource_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`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.
44

5-
-> **NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
6-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
5+
-> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
6+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
77
2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.
88

99

examples/mongodbatlas_resource_policy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MongoDB Atlas Provider -- Atlas Resource Policy
22
This example creates three different resource policies in an organization.
33

4-
**NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
5-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
4+
**NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
5+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
66
2. Enable the [Preview Features](../../README.md#preview-features) when running `terraform` commands.
77

88

templates/data-sources/resource_policies.md.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`{{.Name}}` returns all resource policies in an organization.
44

5-
-> **NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
6-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
5+
-> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
6+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
77
2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.
88

99
## Example Usages

templates/data-sources/resource_policy.md.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`{{.Name}}` describes a resource policy in an organization.
44

5-
-> **NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
6-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
5+
-> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
6+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
77
2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.
88

99
## Example Usages

templates/resources/resource_policy.md.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`{{.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.
44

5-
-> **NOTE**: Resource Policies are currently in Public Preview. To use this feature, you must take the following actions:
6-
1. Enable the `Atlas Resource Policies` Beta Feature in your organization (contact MongoDB Support).
5+
-> **NOTE**: Resource Policies are currently in Private Preview. To use this feature, you must take the following actions:
6+
1. Enable the `Atlas Resource Policies` Preview Feature in your organization (contact [MongoDB Support](https://www.mongodb.com/services/support)).
77
2. Enable the [Preview Features](https://github.com/mongodb/terraform-provider-mongodbatlas?tab=readme-ov-file#preview-features) when running `terraform` commands.
88

99

0 commit comments

Comments
 (0)