diff --git a/azurerm/resource_arm_monitor_activity_log_alert.go b/azurerm/resource_arm_monitor_activity_log_alert.go index d1066884339e..7ea2e3f2559c 100644 --- a/azurerm/resource_arm_monitor_activity_log_alert.go +++ b/azurerm/resource_arm_monitor_activity_log_alert.go @@ -74,6 +74,7 @@ func resourceArmMonitorActivityLogAlert() *schema.Resource { "Autoscale", "Policy", "Recommendation", + "ResourceHealth", "Security", "ServiceHealth", }, false), diff --git a/website/docs/r/monitor_activity_log_alert.html.markdown b/website/docs/r/monitor_activity_log_alert.html.markdown index 545c5c4e0adf..445ddca40106 100644 --- a/website/docs/r/monitor_activity_log_alert.html.markdown +++ b/website/docs/r/monitor_activity_log_alert.html.markdown @@ -84,7 +84,7 @@ An `action` block supports the following: A `criteria` block supports the following: -* `category` - (Required) The category of the operation. Possible values are `Administrative`, `Autoscale`, `Policy`, `Recommendation`, `Security` and `ServiceHealth`. +* `category` - (Required) The category of the operation. Possible values are `Administrative`, `Autoscale`, `Policy`, `Recommendation`, `ResourceHealth`, `Security` and `ServiceHealth`. * `operation_name` - (Optional) The Resource Manager Role-Based Access Control operation name. Supported operation should be of the form: `//`. * `resource_provider` - (Optional) The name of the resource provider monitored by the activity log alert. * `resource_type` - (Optional) The resource type monitored by the activity log alert.