Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/lambda/aws to v7.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 65f6acb commit 8ebae6e
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.19.0"
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.19.0"
function_name = "dispatch_workflow_from_slack-function"
description = "My awsome lambda function"
handler = "index.lambda_handler"
Expand Down

0 comments on commit 8ebae6e

Please sign in to comment.