We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0683f7 commit b07be82Copy full SHA for b07be82
docs/index.md
@@ -211,7 +211,7 @@ resource "sysdig_secure_notification_channel_email" "devops-email" {
211
resource "sysdig_secure_notification_channel_slack" "devops-slack" {
212
name = "DevOps Slack"
213
enabled = true
214
- url = "https://hooks.slack.com/services/32klj54h2/34hjkhhsd/wjkkrjwlqpfdirej4jrlwkjx"
+ url = "https://hooks.slack.com/services/xxxxxx/xxxxxxx/xxxxxxxxxxx"
215
channel = "#devops"
216
notify_when_ok = false
217
notify_when_resolved = false
0 commit comments