Skip to content

Commit

Permalink
Pinned lambda_job_predict version back to 1.43.0 same as all other la…
Browse files Browse the repository at this point in the history
…mbdas.
  • Loading branch information
EC2 Default User committed Mar 30, 2021
1 parent b64b608 commit dea3be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/lambda_job_predict.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "docker_registry_image" "calcloud_predict_model" {

module "lambda_function_container_image" {
source = "terraform-aws-modules/lambda/aws"
version = "~> 1.43.0"
function_name = "calcloud-job-predict${local.environment}"
description = "pretrained neural networks for predicting job resource requirements (memory bin and max execution time)"

Expand All @@ -47,4 +48,4 @@ module "lambda_function_container_image" {
tags = {
Name = "calcloud-job-predict${local.environment}"
}
}
}

0 comments on commit dea3be4

Please sign in to comment.