From cb61077b4756822731f982f05331cca7aed6799c Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Thu, 15 Sep 2022 09:13:31 -0400 Subject: [PATCH] Redo #652 (#658) I messed up the merge somehow :facepalm: --- docs/resources/rule_group.md | 2 +- grafana/resource_alerting_rule_group.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/rule_group.md b/docs/resources/rule_group.md index 0b5f066a1..e6e7fa1ea 100644 --- a/docs/resources/rule_group.md +++ b/docs/resources/rule_group.md @@ -109,7 +109,7 @@ EOT ### Required -- `folder_uid` (String) The UID of the group that the folder belongs to. +- `folder_uid` (String) The UID of the folder that the group belongs to. - `interval_seconds` (Number) The interval, in seconds, at which all rules in the group are evaluated. If a group contains many rules, the rules are evaluated sequentially. - `name` (String) The name of the rule group. - `org_id` (Number) The ID of the org to which the group belongs. diff --git a/grafana/resource_alerting_rule_group.go b/grafana/resource_alerting_rule_group.go index 44edb4d8d..28bc47d0a 100644 --- a/grafana/resource_alerting_rule_group.go +++ b/grafana/resource_alerting_rule_group.go @@ -42,7 +42,7 @@ Manages Grafana Alerting rule groups. Type: schema.TypeString, Required: true, ForceNew: true, - Description: "The UID of the group that the folder belongs to.", + Description: "The UID of the folder that the group belongs to.", }, "interval_seconds": { Type: schema.TypeInt,