Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions source/image-handler/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/image-handler/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {

module "lambda" {
source = "registry.terraform.io/moritzzimmer/lambda/aws"
version = "8.4.0"
version = "8.5.0"

# we experience issues with arm64 and sharp library fucking up avif files
architectures = ["x86_64"]
Expand Down Expand Up @@ -85,7 +85,7 @@ resource "aws_lambda_alias" "this" {

module "deployment" {
source = "registry.terraform.io/moritzzimmer/lambda/aws//modules/deployment"
version = "8.4.0"
version = "8.5.0"

alias_name = aws_lambda_alias.this.name
codebuild_cloudwatch_logs_retention_in_days = 7
Expand Down