Skip to content

Commit 0599ca9

Browse files
authored
test: alter SLO acronym in resource description (#2429)
* test: alter SLO acronym in resource description * fix: regenerate docs
1 parent 4e8e42f commit 0599ca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/slo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
page_title: "grafana_slo Resource - terraform-provider-grafana"
44
subcategory: "SLO"
55
description: |-
6-
Resource manages Grafana SLOs.
6+
Resource manages Grafana SLOs (Service Level Objectives).
77
Official documentation https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/API documentation https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/Additional Information On Alerting Rule Annotations and Labels https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#templating/
88
---
99

1010
# grafana_slo (Resource)
1111

12-
Resource manages Grafana SLOs.
12+
Resource manages Grafana SLOs (Service Level Objectives).
1313

1414
* [Official documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/)
1515
* [API documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/)

internal/resources/slo/resource_slo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func createAssertsSLOClient(baseClient *slo.APIClient) *slo.APIClient {
6969
func resourceSlo() *common.Resource {
7070
schema := &schema.Resource{
7171
Description: `
72-
Resource manages Grafana SLOs.
72+
Resource manages Grafana SLOs (Service Level Objectives).
7373
7474
* [Official documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/)
7575
* [API documentation](https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/api/)

0 commit comments

Comments
 (0)