Skip to content

Commit

Permalink
Update alert_configuration.html.markdown (#1068)
Browse files Browse the repository at this point in the history
* Update access_list_api_key.html.markdown (#1058)

* Update alert_configuration.html.markdown

* Update website/docs/r/alert_configuration.html.markdown
  • Loading branch information
Zuhairahmed authored Feb 20, 2023
1 parent c4f5619 commit 9c0553c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/access_list_api_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
Provides an Access List API Key resource.
---

# Resource: mongodbatlas_project_ip_access_list
# Resource: mongodbatlas_project_ip_access_list_key

`mongodbatlas_access_list_api_key` provides an IP Access List entry resource. The access list grants access from IPs, CIDRs or AWS Security Groups (if VPC Peering is enabled) to clusters within the Project.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/alert_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ resource "mongodbatlas_alert_configuration" "test" {
* `enabled` - It is not required, but If the attribute is omitted, by default will be false, and the configuration would be disabled. You must set true to enable the configuration.
* `event_type` - (Required) The type of event that will trigger an alert.

-> ***IMPORTANT:*** Event Type has many possible values. All current options at available at https://docs.atlas.mongodb.com/reference/api/alert-configurations-create-config/ Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://docs.atlas.mongodb.com/reference/api/alert-configurations-create-config/) and checking the latest eventTypeName options.
-> ***IMPORTANT:*** Event Type has many possible values. All current options at available at https://docs.atlas.mongodb.com/reference/api/alert-configurations-create-config/ and https://www.mongodb.com/docs/atlas/reference/alert-conditions/ Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://docs.atlas.mongodb.com/reference/api/alert-configurations-create-config/) and checking the latest eventTypeName options.

-> **NOTE:** If `event_type` is set to `OUTSIDE_METRIC_THRESHOLD` or `OUTSIDE_SERVERLESS_METRIC_THRESHOLD`, the `metric_threshold_config` field must also be configured.

Expand Down

0 comments on commit 9c0553c

Please sign in to comment.