We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da02863 commit a122ed7Copy full SHA for a122ed7
1 file changed
terraform/redis_sync_lambda.tf
@@ -69,18 +69,9 @@ resource "aws_lambda_function" "redis_sync_lambda" {
69
aws_cloudwatch_log_group.redis_sync_lambda_log_group,
70
aws_iam_policy.redis_sync_lambda_exec_policy
71
]
72
+ publish = true
73
}
74
-# resource "aws_lambda_version" "redis_sync_lambda_version" {
75
-# function_name = aws_lambda_function.redis_sync_lambda.function_name
76
-# description = "Automatic version for redis_sync_lambda"
77
-
78
-# # This ensures a new version is published when the code or config changes
79
-# lifecycle {
80
-# create_before_destroy = true
81
-# }
82
83
84
# output "redis_sync_lambda_version" {
85
# value = aws_lambda_version.redis_sync_lambda_version.version
86
# description = "The published version number of the redis_sync_lambda Lambda function"
0 commit comments