From 9c0553ca4a5196ea5374db3875ded0025d8f1ea2 Mon Sep 17 00:00:00 2001 From: Zuhair Ahmed Date: Mon, 20 Feb 2023 16:34:19 -0500 Subject: [PATCH] Update alert_configuration.html.markdown (#1068) * Update access_list_api_key.html.markdown (#1058) * Update alert_configuration.html.markdown * Update website/docs/r/alert_configuration.html.markdown --- website/docs/r/access_list_api_key.html.markdown | 2 +- website/docs/r/alert_configuration.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/access_list_api_key.html.markdown b/website/docs/r/access_list_api_key.html.markdown index 243c6e9438..bd4f07f4b8 100644 --- a/website/docs/r/access_list_api_key.html.markdown +++ b/website/docs/r/access_list_api_key.html.markdown @@ -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. diff --git a/website/docs/r/alert_configuration.html.markdown b/website/docs/r/alert_configuration.html.markdown index bb2c9e225e..53a9b8ae6b 100644 --- a/website/docs/r/alert_configuration.html.markdown +++ b/website/docs/r/alert_configuration.html.markdown @@ -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.