Skip to content

Commit

Permalink
use a legit channel ID for the acceptance workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rorydbain committed Nov 1, 2024
1 parent 9a0dec4 commit f8daaef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ resource "incident_escalation_path" "example" {
notify_channel = {
targets = [{
type = "slack_channel"
id = "C1234567890"
id = "C04U0DJSG0Z"
urgency = "low"
}]
time_to_ack_seconds = 300
Expand Down

0 comments on commit f8daaef

Please sign in to comment.