Skip to content

Commit

Permalink
Add more accurate Slack notify guidance for channel and here
Browse files Browse the repository at this point in the history
  • Loading branch information
Komorebi-E committed Nov 22, 2018
1 parent 054e288 commit 2bfbdfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notify-slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It has to be in a file and not simply as a string e.g. `--plaintext 'https://...

## on CodeDeploy failures

- [notify_users]: String (optional) It is possible to use mentions on failues. This is a simple string, e.g. "<@name1> <@name2>" or if the customer requests it, it can simply be "<@channel>".
- [notify_users]: String (optional) It is possible to use mentions on failues. This is a simple string, e.g. "<@name1> <@name2>" or if the customer requests it, it can simply be "<!channel>" or "<!here>".

## Testing

Expand Down
2 changes: 1 addition & 1 deletion notify-slack/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "kms_key_arn" {
}

variable "notify_users" {
description = "Slack usernames for mentions as a space separated string as '<@name1> <@name2>'"
description = "Slack usernames for mentions as a space separated string as '<@name1> <@name2>' or '<!channel>' or '<!here>'"
type = "string"
default = ""
}
Expand Down

0 comments on commit 2bfbdfa

Please sign in to comment.