Skip to content

Commit

Permalink
Update Docker image version, set Lambda to x86
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed Jun 21, 2023
1 parent b695492 commit 2e3282c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ resource "aws_lambda_function" "autospotting" {
timeout = var.lambda_timeout
memory_size = var.lambda_memory_size
tags = merge(var.lambda_tags, module.label.tags)
architectures = ["arm64"]

environment {
variables = {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ variable "lambda_source_image" {

variable "lambda_source_image_tag" {
description = "The version of the Docker image used for the Lambda function"
default = "stable-1.2.1-6"
default = "stable-1.2.1-8"
}


Expand Down

0 comments on commit 2e3282c

Please sign in to comment.