Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/lambda/aws to v7.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 10cce2e commit 354fbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/lambda/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "user_action_filter_function" {
source = "terraform-aws-modules/lambda/aws"
version = "7.7.1"
version = "7.8.1"
function_name = "user-action-filter-function"
description = "My awsome lambda function"
handler = "index.lambda_handler"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/slash_command/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module "dispatch_backup_function" {
source = "terraform-aws-modules/lambda/aws"
version = "7.7.1"
version = "7.8.1"
function_name = "dispatch_workflow_from_slack-function"
description = "My awsome lambda function"
handler = "index.lambda_handler"
Expand Down

0 comments on commit 354fbce

Please sign in to comment.