Skip to content

Commit 6d9d4df

Browse files
committed
minor
1 parent 812102c commit 6d9d4df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/data-sources/organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ In addition to all arguments above, the following attributes are exported:
3131

3232
~> **NOTE:**
3333
- *If you created an organization with our Terraform provider version >=1.30.0, this field will be set to `true` by default.*
34-
- *If you have an organization created with our Terraform provider version <1.30.0, this field might be `false`, which is the [API default value](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Organizations/operation/createOrganization). To prevent creation of future default alerts, you can explicitly set this to `true` using the [`mongodbatlas_organization`](../resources/organization.md) resource.*
34+
- *If you have an existing organization created with our Terraform provider version <1.30.0, this field might be `false`, which is the [API default value](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Organizations/operation/createOrganization). To prevent creation of future default alerts, you can explicitly set this to `true` using the [`mongodbatlas_organization`](../resources/organization.md) resource.*
3535

3636
See [MongoDB Atlas API - Organization](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Organizations/operation/getOrganization) Documentation for more information.

docs/data-sources/organizations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ data "mongodbatlas_organizations" "test" {
3636

3737
~> **NOTE:**
3838
- *If you created an organization with our Terraform provider version >=1.30.0, this field will be set to `true` by default.*
39-
- *If you have an organization created with our Terraform provider version <1.30.0, this field might be `false`, which is the [API default value](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Organizations/operation/createOrganization). To prevent creation of future default alerts, you can explicitly set this to `true` using the [`mongodbatlas_organization`](../resources/organization.md) resource.*
39+
- *If you have an existing organization created with our Terraform provider version <1.30.0, this field might be `false`, which is the [API default value](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Organizations/operation/createOrganization). To prevent creation of future default alerts, you can explicitly set this to `true` using the [`mongodbatlas_organization`](../resources/organization.md) resource.*
4040

4141
See [MongoDB Atlas API - Organizations](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Organizations/operation/listOrganizations) Documentation for more information.

docs/resources/organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "mongodbatlas_organization" "test" {
3737

3838
~> **NOTE:**
3939
- *If you are creating an organization with our Terraform provider version >=1.30.0, this field will be set to `true` by default.*
40-
- *If you have an organization created with our Terraform provider version <1.30.0, this field might be `false`, which is the [API default value](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Organizations/operation/createOrganization). To prevent creation of future default alerts, you can explicitly set this to `true`.*
40+
- *If you have an existing organization created with our Terraform provider version <1.30.0, this field might be `false`, which is the [API default value](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Organizations/operation/createOrganization). To prevent creation of future default alerts, you can explicitly set this to `true`.*
4141

4242

4343
## Attributes Reference

0 commit comments

Comments
 (0)