Skip to content

Commit

Permalink
Redo #652 (#658)
Browse files Browse the repository at this point in the history
I messed up the merge somehow 🤦
  • Loading branch information
julienduchesne authored Sep 15, 2022
1 parent 12c5d96 commit cb61077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/rule_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion grafana/resource_alerting_rule_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb61077

Please sign in to comment.