Skip to content

Commit

Permalink
Bump AWS Lambda Terraform module from 1.34.0 to 1.47.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse authored Apr 26, 2021
1 parent ad9ea08 commit 8dc566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "random_id" "function_name" {

module "image_optimizer" {
source = "terraform-aws-modules/lambda/aws"
version = "1.34.0"
version = "1.47.0"

function_name = random_id.function_name.hex
description = var.deployment_name
Expand Down

0 comments on commit 8dc566c

Please sign in to comment.