Skip to content

Commit

Permalink
Merge pull request #77 from jaytmiller/pin-predict-lambda
Browse files Browse the repository at this point in the history
Pin lambda_job_predict version
  • Loading branch information
jaytmiller authored Apr 1, 2021
2 parents b0be087 + dea3be4 commit bb7f9b2
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 @@ -23,6 +23,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 @@ -49,4 +50,4 @@ module "lambda_function_container_image" {
tags = {
Name = "calcloud-job-predict${local.environment}"
}
}
}

0 comments on commit bb7f9b2

Please sign in to comment.