Skip to content

Commit cb61077

Browse files
Redo #652 (#658)
I messed up the merge somehow 🤦
1 parent 12c5d96 commit cb61077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/rule_group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ EOT
109109

110110
### Required
111111

112-
- `folder_uid` (String) The UID of the group that the folder belongs to.
112+
- `folder_uid` (String) The UID of the folder that the group belongs to.
113113
- `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.
114114
- `name` (String) The name of the rule group.
115115
- `org_id` (Number) The ID of the org to which the group belongs.

grafana/resource_alerting_rule_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Manages Grafana Alerting rule groups.
4242
Type: schema.TypeString,
4343
Required: true,
4444
ForceNew: true,
45-
Description: "The UID of the group that the folder belongs to.",
45+
Description: "The UID of the folder that the group belongs to.",
4646
},
4747
"interval_seconds": {
4848
Type: schema.TypeInt,

0 commit comments

Comments
 (0)