Skip to content

Commit 1447f70

Browse files
committed
Update rule id description.
1 parent 0d7feee commit 1447f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kibana/alerting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func stringIsAlertingDuration() schema.SchemaValidateFunc {
3333
func ResourceAlertingRule() *schema.Resource {
3434
apikeySchema := map[string]*schema.Schema{
3535
"rule_id": {
36-
Description: "A UUID v1 or v4 to use instead of a randomly generated ID.",
36+
Description: "The identifier for the rule. Until Kibana version 8.17.0 this should be a UUID v1 or v4, for later versions any format can be used. If it is omitted, an ID is randomly generated.",
3737
Type: schema.TypeString,
3838
Computed: true,
3939
Optional: true,

0 commit comments

Comments
 (0)