Skip to content

Commit b1f00a8

Browse files
committed
fix config
1 parent eaf5ade commit b1f00a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/modules/lambdas/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ resource "aws_lambda_function" "slow_lambda" {
392392
memory_size = 2048
393393
source_code_hash = data.archive_file.api_lambda_code.output_sha256
394394
logging_config {
395-
log_group = aws_cloudwatch_log_group.api_logs.arn
396-
log_format = "text"
395+
log_group = aws_cloudwatch_log_group.api_logs.name
396+
log_format = "Text"
397397
}
398398
environment {
399399
variables = {

0 commit comments

Comments
 (0)