Skip to content

Commit

Permalink
Update Terraform cloudposse/lambda-function/aws to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 24486fa commit b826cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "aws_security_group_rule" "lambda_egress" {

module "lambda_function" {
source = "cloudposse/lambda-function/aws"
version = "0.5.1"
version = "0.6.1"

s3_bucket = var.s3_bucket
s3_key = var.s3_key
Expand Down

0 comments on commit b826cf1

Please sign in to comment.