From 66430a1654cca3875a27dc6938a285173530cc16 Mon Sep 17 00:00:00 2001 From: crunchboy <79434911+crunchboy@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:59:19 -0400 Subject: [PATCH] `azurerm_monitor_alert_prometheus_rule_group` - rule block documentation fix (#27594) * fixed data collection rule property address * updated rule block documentation --- .../docs/r/monitor_alert_prometheus_rule_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/monitor_alert_prometheus_rule_group.html.markdown b/website/docs/r/monitor_alert_prometheus_rule_group.html.markdown index 2b49b19e6fd1..8249a803a561 100644 --- a/website/docs/r/monitor_alert_prometheus_rule_group.html.markdown +++ b/website/docs/r/monitor_alert_prometheus_rule_group.html.markdown @@ -110,7 +110,7 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the name of the Resource Group where the Alert Management Prometheus Rule Group should exist. Changing this forces a new resource to be created. -* `rule` - (Required) A `rule` block as defined below. +* `rule` - (Required) One or more `rule` blocks as defined below. * `scopes` - (Required) Specifies the resource ID of the Azure Monitor Workspace.