Skip to content

Commit

Permalink
reference version over lambda alias (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt authored Nov 1, 2022
1 parent f42cde2 commit c8e87d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-aws-github-runner/modules/runners/scale-up.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "aws_lambda_provisioned_concurrency_config" "scale_up_provisioned_concu
count = var.scale_up_provisioned_concurrent_executions > 0 ? 1 : 0
function_name = aws_lambda_function.scale_up.function_name
provisioned_concurrent_executions = var.scale_up_provisioned_concurrent_executions
qualifier = aws_lambda_function.scale_up.name
qualifier = aws_lambda_function.scale_up.version
}

resource "aws_cloudwatch_log_group" "scale_up" {
Expand Down

0 comments on commit c8e87d5

Please sign in to comment.