Skip to content

Commit 5fcdbe8

Browse files
Change category to Alerting
1 parent e214044 commit 5fcdbe8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/resources/apps_alertenrichment_alertenrichment_v1beta1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "grafana_apps_alertenrichment_alertenrichment_v1beta1 Resource - terraform-provider-grafana"
4-
subcategory: "Grafana Apps"
4+
subcategory: "Alerting"
55
description: |-
66
Manages Grafana Alert Enrichments.
77
---

internal/resources/appplatform/alertenrichment_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var (
7272
// AlertEnrichment creates a new Grafana Alert Enrichment resource.
7373
func AlertEnrichment() NamedResource {
7474
return NewNamedResource[*v1beta1.AlertEnrichment, *v1beta1.AlertEnrichmentList](
75-
common.CategoryGrafanaApps,
75+
common.CategoryAlerting,
7676
ResourceConfig[*v1beta1.AlertEnrichment]{
7777
Kind: v1beta1.AlertEnrichmentKind(),
7878
Schema: ResourceSpecSchema{

internal/resources/appplatform/catalog-resource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ metadata:
3535
spec:
3636
subcomponentOf: component:default/terraform-provider-grafana
3737
type: terraform-resource
38-
owner: group:default/grafana-app-platform-squad
38+
owner: group:default/alerting-backend
3939
lifecycle: production

0 commit comments

Comments
 (0)