Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jan 9, 2025
1 parent 6c6c209 commit 8f119ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ resource "aws_lambda_function" "probot_handler" {

environment {
variables = {
NODE_ENV = "production"
LOG_FORMAT = "json"
LOG_LEVEL = "debug"
NODE_ENV = "production"
LOG_FORMAT = "json"
LOG_LEVEL = "debug"
}
}

Expand Down

0 comments on commit 8f119ca

Please sign in to comment.