Skip to content

Commit 1694db4

Browse files
committed
test
1 parent c0e11d6 commit 1694db4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ resource "aws_lambda_function" "redis_sync_lambda" {
5151
}
5252

5353
resource "aws_lambda_version" "redis_sync_lambda_version" {
54-
function_name = aws_lambda_function.redis_sync_lambda.arn
54+
function_name = aws_lambda_function.redis_sync_lambda.function_name
5555
description = "Automatic version for redis_sync_lambda"
56-
provisioned_concurrent_executions = 0
5756

5857
# This ensures a new version is published when the code or config changes
5958
lifecycle {

0 commit comments

Comments
 (0)