Skip to content

Commit 9708599

Browse files
authored
change |> to !> (#881)
1 parent 139a2d8 commit 9708599

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs/data-sources/oncall_action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ subcategory: "OnCall"
55
description: |-
66
Note: This data source is going to be deprecated, please use outgoing webhook data source instead.
77
* HTTP API https://grafana.com/docs/oncall/latest/oncall-api-reference/outgoing_webhooks/
8-
|> Deprecated: Use the grafana_oncall_outgoing_webhook data source instead.
8+
!> Deprecated: Use the grafana_oncall_outgoing_webhook data source instead.
99
---
1010

1111
# grafana_oncall_action (Data Source)
1212

1313
**Note:** This data source is going to be deprecated, please use outgoing webhook data source instead.
1414
* [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/outgoing_webhooks/)
1515

16-
|> Deprecated: Use the `grafana_oncall_outgoing_webhook` data source instead.
16+
!> Deprecated: Use the `grafana_oncall_outgoing_webhook` data source instead.
1717

1818

1919

docs/resources/alert_notification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ subcategory: "Deprecated"
55
description: |-
66
This resource is used to configure the legacy alerting system which has been replaced by the unified alerting system https://grafana.com/docs/grafana/latest/alerting/ in Grafana 9+. See resources in the Alerting section https://registry.terraform.io/providers/grafana/grafana/latest/docs for info on how to configure alerting with Terraform.
77
* HTTP API https://grafana.com/docs/grafana/latest/developers/http_api/alerting_notification_channels/
8-
|> Deprecated: This resource is used to configure the legacy alerting system which has been replaced by the unified alerting system https://grafana.com/docs/grafana/latest/alerting/ in Grafana 9+. See resources in the Alerting section https://registry.terraform.io/providers/grafana/grafana/latest/docs for info on how to configure alerting with Terraform.
8+
!> Deprecated: This resource is used to configure the legacy alerting system which has been replaced by the unified alerting system https://grafana.com/docs/grafana/latest/alerting/ in Grafana 9+. See resources in the Alerting section https://registry.terraform.io/providers/grafana/grafana/latest/docs for info on how to configure alerting with Terraform.
99
---
1010

1111
# grafana_alert_notification (Resource)
1212

1313
This resource is used to configure the legacy alerting system which has been replaced by the [unified alerting system](https://grafana.com/docs/grafana/latest/alerting/) in Grafana 9+. See resources in the [Alerting section](https://registry.terraform.io/providers/grafana/grafana/latest/docs) for info on how to configure alerting with Terraform.
1414
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/alerting_notification_channels/)
1515

16-
|> Deprecated: This resource is used to configure the legacy alerting system which has been replaced by the [unified alerting system](https://grafana.com/docs/grafana/latest/alerting/) in Grafana 9+. See resources in the [Alerting section](https://registry.terraform.io/providers/grafana/grafana/latest/docs) for info on how to configure alerting with Terraform.
16+
!> Deprecated: This resource is used to configure the legacy alerting system which has been replaced by the [unified alerting system](https://grafana.com/docs/grafana/latest/alerting/) in Grafana 9+. See resources in the [Alerting section](https://registry.terraform.io/providers/grafana/grafana/latest/docs) for info on how to configure alerting with Terraform.
1717

1818
## Example Usage
1919

docs/resources/cloud_stack_api_key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
Manages API keys of a Grafana Cloud stack using the Cloud API
77
This can be used to bootstrap a management API key for a new stack
88
HTTP API https://grafana.com/docs/grafana/latest/developers/http_api/auth/
9-
|> Deprecated: please use grafana_cloud_stack_service_account and grafana_cloud_stack_service_account_token instead, see https://grafana.com/docs/grafana/next/administration/api-keys/#migrate-api-keys-to-grafana-service-accounts-using-terraform.
9+
!> Deprecated: please use grafana_cloud_stack_service_account and grafana_cloud_stack_service_account_token instead, see https://grafana.com/docs/grafana/next/administration/api-keys/#migrate-api-keys-to-grafana-service-accounts-using-terraform.
1010
---
1111

1212
# grafana_cloud_stack_api_key (Resource)
@@ -16,7 +16,7 @@ This can be used to bootstrap a management API key for a new stack
1616

1717
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/auth/)
1818

19-
|> Deprecated: please use `grafana_cloud_stack_service_account` and `grafana_cloud_stack_service_account_token` instead, see https://grafana.com/docs/grafana/next/administration/api-keys/#migrate-api-keys-to-grafana-service-accounts-using-terraform.
19+
!> Deprecated: please use `grafana_cloud_stack_service_account` and `grafana_cloud_stack_service_account_token` instead, see https://grafana.com/docs/grafana/next/administration/api-keys/#migrate-api-keys-to-grafana-service-accounts-using-terraform.
2020

2121

2222

docs/resources/team_preferences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ page_title: "grafana_team_preferences Resource - terraform-provider-grafana"
44
subcategory: "Grafana OSS"
55
description: |-
66
Official documentation https://grafana.com/docs/grafana/latest/administration/organization-preferences/HTTP API https://grafana.com/docs/grafana/latest/developers/http_api/team/
7-
|> Deprecated: Use the preferences attribute of the grafana_team resource instead.
7+
!> Deprecated: Use the preferences attribute of the grafana_team resource instead.
88
---
99

1010
# grafana_team_preferences (Resource)
1111

1212
* [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-preferences/)
1313
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/team/)
1414

15-
|> Deprecated: Use the `preferences` attribute of the `grafana_team` resource instead.
15+
!> Deprecated: Use the `preferences` attribute of the `grafana_team` resource instead.
1616

1717
## Example Usage
1818

internal/resources/cloud/resource_cloud_stack_api_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This can be used to bootstrap a management API key for a new stack
2222
2323
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/auth/)
2424
25-
|> Deprecated: please use ` + "`grafana_cloud_stack_service_account`" + ` and ` + "`grafana_cloud_stack_service_account_token`" + ` instead, see https://grafana.com/docs/grafana/next/administration/api-keys/#migrate-api-keys-to-grafana-service-accounts-using-terraform.
25+
!> Deprecated: please use ` + "`grafana_cloud_stack_service_account`" + ` and ` + "`grafana_cloud_stack_service_account_token`" + ` instead, see https://grafana.com/docs/grafana/next/administration/api-keys/#migrate-api-keys-to-grafana-service-accounts-using-terraform.
2626
`,
2727

2828
CreateContext: resourceStackAPIKeyCreate,

internal/resources/grafana/zzz_deprecated_resource_alert_notification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func ResourceAlertNotification() *schema.Resource {
2525
This resource is used to configure the legacy alerting system which has been replaced by the [unified alerting system](https://grafana.com/docs/grafana/latest/alerting/) in Grafana 9+. See resources in the [Alerting section](https://registry.terraform.io/providers/grafana/grafana/latest/docs) for info on how to configure alerting with Terraform.
2626
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/alerting_notification_channels/)
2727
28-
|> Deprecated: This resource is used to configure the legacy alerting system which has been replaced by the [unified alerting system](https://grafana.com/docs/grafana/latest/alerting/) in Grafana 9+. See resources in the [Alerting section](https://registry.terraform.io/providers/grafana/grafana/latest/docs) for info on how to configure alerting with Terraform.
28+
!> Deprecated: This resource is used to configure the legacy alerting system which has been replaced by the [unified alerting system](https://grafana.com/docs/grafana/latest/alerting/) in Grafana 9+. See resources in the [Alerting section](https://registry.terraform.io/providers/grafana/grafana/latest/docs) for info on how to configure alerting with Terraform.
2929
`,
3030

3131
CreateContext: CreateAlertNotification,

internal/resources/grafana/zzz_deprecated_resource_team_preferences.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func ResourceTeamPreferences() *schema.Resource {
2020
* [Official documentation](https://grafana.com/docs/grafana/latest/administration/organization-preferences/)
2121
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/team/)
2222
23-
|> Deprecated: Use the ` + "`preferences`" + ` attribute of the ` + "`grafana_team`" + ` resource instead.
23+
!> Deprecated: Use the ` + "`preferences`" + ` attribute of the ` + "`grafana_team`" + ` resource instead.
2424
`,
2525

2626
CreateContext: UpdateTeamPreferences,

internal/resources/oncall/data_source_action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func DataSourceAction() *schema.Resource {
1616
**Note:** This data source is going to be deprecated, please use outgoing webhook data source instead.
1717
* [HTTP API](https://grafana.com/docs/oncall/latest/oncall-api-reference/outgoing_webhooks/)
1818
19-
|> Deprecated: Use the ` + "`grafana_oncall_outgoing_webhook`" + ` data source instead.
19+
!> Deprecated: Use the ` + "`grafana_oncall_outgoing_webhook`" + ` data source instead.
2020
`,
2121
ReadContext: DataSourceActionRead,
2222
DeprecationMessage: "This data source is going to be deprecated, please use outgoing webhook data source instead.",

0 commit comments

Comments
 (0)