We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e11d6 commit 1694db4Copy full SHA for 1694db4
1 file changed
terraform/redis_sync_lambda.tf
@@ -51,9 +51,8 @@ resource "aws_lambda_function" "redis_sync_lambda" {
51
}
52
53
resource "aws_lambda_version" "redis_sync_lambda_version" {
54
- function_name = aws_lambda_function.redis_sync_lambda.arn
+ function_name = aws_lambda_function.redis_sync_lambda.function_name
55
description = "Automatic version for redis_sync_lambda"
56
- provisioned_concurrent_executions = 0
57
58
# This ensures a new version is published when the code or config changes
59
lifecycle {
0 commit comments