Skip to content

Commit 6ded30b

Browse files
authored
fix: wrong doc title and example for IBM Function notification
Fix the docs page for the data source
1 parent 6bc2e67 commit 6ded30b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/d/monitor_notification_channel_ibm_function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
subcategory: "Sysdig Monitor"
33
layout: "sysdig"
4-
page_title: "Sysdig: sysdig_monitor_notification_channel_email"
4+
page_title: "Sysdig: sysdig_monitor_notification_channel_ibm_function"
55
description: |-
66
Retrieves information about a Monitor notification channel of type IBM Function
77
---
88

9-
# Data Source: sysdig_monitor_notification_channel_email
9+
# Data Source: sysdig_monitor_notification_channel_ibm_function
1010

1111
Retrieves information about a Monitor notification channel of type IBM Function.
1212

@@ -15,7 +15,7 @@ Retrieves information about a Monitor notification channel of type IBM Function.
1515
## Example Usage
1616

1717
```terraform
18-
data "sysdig_monitor_notification_channel_email" "nc_email" {
18+
data "sysdig_monitor_notification_channel_ibm_function" "nc_ibm_function" {
1919
name = "some notification channel name"
2020
}
2121
```

0 commit comments

Comments
 (0)