Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Jan 4, 2024
1 parent 727cb4f commit 7c64077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_lambda_function" "main" {

for_each = local.lambda_services

image_uri = "${aws_ecr_repository.lambda_services[each.key].repository_url}:19313c5"
image_uri = "${aws_ecr_repository.lambda_services[each.key].repository_url}:latest"
package_type = "Image"
function_name = "${each.key}_lambda_function"
role = aws_iam_role.lambda_services[each.key].arn
Expand Down

0 comments on commit 7c64077

Please sign in to comment.