Skip to content

Commit

Permalink
DS-1530 fix image version
Browse files Browse the repository at this point in the history
  • Loading branch information
swestbro1 committed Jan 11, 2024
1 parent 4da2e51 commit b3bb55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/stacks/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ resource "aws_lambda_function" "road_distance_dr_lambda" {
publish = true
package_type = "Image"
timeout = "30"
image_uri = "${var.aws_lambda_ecr}/${var.project_group_short}/${var.project_name_short}/roaddistance-dr-lambda:${var.image_version}"
image_uri = "${var.aws_lambda_ecr}/${var.project_group_short}/${var.project_name_short}/roaddistance-lambda:${var.image_version}"
tracing_config {
mode = "Active"
}
Expand Down Expand Up @@ -322,7 +322,7 @@ resource "aws_lambda_function" "auth_dr_lambda" {
}

resource "aws_lambda_function_event_invoke_config" "auth_dr_lambda_invoke_config" {
function_name = aws_lambda_function.auth_lambda.function_name
function_name = aws_lambda_function.auth_dr_lambda.function_name
maximum_retry_attempts = 0
}

Expand Down

0 comments on commit b3bb55a

Please sign in to comment.