Skip to content

Commit b07be82

Browse files
authored
fix(docs): edit slack url (#353)
1 parent c0683f7 commit b07be82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ resource "sysdig_secure_notification_channel_email" "devops-email" {
211211
resource "sysdig_secure_notification_channel_slack" "devops-slack" {
212212
name = "DevOps Slack"
213213
enabled = true
214-
url = "https://hooks.slack.com/services/32klj54h2/34hjkhhsd/wjkkrjwlqpfdirej4jrlwkjx"
214+
url = "https://hooks.slack.com/services/xxxxxx/xxxxxxx/xxxxxxxxxxx"
215215
channel = "#devops"
216216
notify_when_ok = false
217217
notify_when_resolved = false

0 commit comments

Comments
 (0)