Skip to content

Commit

Permalink
fix: Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwarcinski committed Jan 16, 2025
1 parent 253063d commit 13e48b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/alert_method_slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ resource "nobl9_alert_method_slack" "this" {
name = "my-slack-alert"
display_name = "My Slack Alert"
project = "Test Project"
description = "slack"
url = "https://hooks.slack.com/services/321/123/secret"
description = "slack"
url = "https://hooks.slack.com/services/321/123/secret"
}
```

Expand Down

0 comments on commit 13e48b2

Please sign in to comment.