Skip to content

Commit

Permalink
doc: Fixes Public -> Private Preview and adds contact link.
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Oct 9, 2024
1 parent 232c150 commit ad147c5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/resource_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/resource_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/resource_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions examples/mongodbatlas_resource_policy/README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
4 changes: 2 additions & 2 deletions templates/data-sources/resource_policies.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions templates/data-sources/resource_policy.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions templates/resources/resource_policy.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit ad147c5

Please sign in to comment.