Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel CHNIBER committed Jan 2, 2025
1 parent 3912bdc commit fa6e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notify-slack-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "notify_slack" {
sns_topic_name = aws_sns_topic.example.name
create_sns_topic = false

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

Expand Down

0 comments on commit fa6e15f

Please sign in to comment.