Skip to content

Commit

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


Expand Down
2 changes: 1 addition & 1 deletion examples/mongodbatlas_resource_policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


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


Expand Down

0 comments on commit 560fa58

Please sign in to comment.