Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 6, 2025
1 parent aad0900 commit 33e02cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resource "aws_lambda_function" "lambda_task_check_email" {

# ECR repository image
package_type = "Image"
image_uri = "${aws_ecr_repository.lambda_ecr_repo.repository_url}:v0.10.2-alpha.2"
image_uri = "${aws_ecr_repository.lambda_ecr_repo.repository_url}:beta"

memory_size = 1024

Expand Down

0 comments on commit 33e02cf

Please sign in to comment.