Skip to content

Commit

Permalink
Fixed formatting (ran 'pre-commit run -a')
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Jun 6, 2018
1 parent 16ec202 commit 969628e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you want to subscribe AWS Lambda Function created by this module to an existi
| kms_key_arn | ARN of the KMS key used for decrypting slack webhook url | string | `` | no |
| lambda_function_name | The name of the Lambda function to create | string | `notify_slack` | no |
| slack_channel | The name of the channel in Slack for notifications | string | - | yes |
| slack_emoji | The name of the slack emoji you want to use | string | `:aws:` | no |
| slack_emoji | A custom emoji that will appear on slack messages | string | `:aws:` | no |
| slack_username | The username that will appear on Slack on messages | string | - | yes |
| slack_webhook_url | The URL of Slack webhook | string | - | yes |
| sns_topic_name | The name of the SNS topic to create | string | - | yes |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "slack_username" {
}

variable "slack_emoji" {
default = ":aws:"
default = ":aws:"
description = "A custom emoji that will appear on slack messages"
}

Expand Down

0 comments on commit 969628e

Please sign in to comment.