Skip to content

Commit

Permalink
slackend ~> 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Feb 23, 2021
1 parent 592f67e commit 021de28
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 898 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ resource "aws_lambda_function" "api" {
AWS_SNS_TOPIC_ARN = aws_sns_topic.topic.arn
BASE_PATH = local.base_path
DEBUG = local.debug
DEBUG_HIDE_DATE = "1"
DEBUG_COLORS = "0"
SLACKEND_DEBUG = "SLACK:DEBUG"
SLACKEND_INFO = "SLACK:INFO"
SLACKEND_WARN = "SLACK:WARN"
SLACKEND_ERROR = "SLACK:ERROR"
}
}
}
Expand Down
Loading

0 comments on commit 021de28

Please sign in to comment.