Skip to content

Commit fa6e15f

Browse files
committed
fix example
1 parent 3912bdc commit fa6e15f

File tree

1 file changed

+1
-1
lines changed
  • examples/notify-slack-simple

1 file changed

+1
-1
lines changed

examples/notify-slack-simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "notify_slack" {
3030
sns_topic_name = aws_sns_topic.example.name
3131
create_sns_topic = false
3232

33-
slack_webhook_url = "https://hooks.slack.com/services/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"
33+
slack_webhook_url = "https://hooks.slack.com/services/AAA/BBB/CCC"
3434
slack_channel = "aws-notification"
3535
slack_username = "reporter"
3636

0 commit comments

Comments
 (0)