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 3912bdc commit fa6e15fCopy full SHA for fa6e15f
examples/notify-slack-simple/main.tf
@@ -30,7 +30,7 @@ module "notify_slack" {
30
sns_topic_name = aws_sns_topic.example.name
31
create_sns_topic = false
32
33
- slack_webhook_url = "https://hooks.slack.com/services/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"
+ slack_webhook_url = "https://hooks.slack.com/services/AAA/BBB/CCC"
34
slack_channel = "aws-notification"
35
slack_username = "reporter"
36
0 commit comments