Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.…
Browse files Browse the repository at this point in the history
…20.0 (#78)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent a41cb90 commit 34d6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/notify/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_sns_topic_subscription" "sns_notify_teams" {
module "lambda" {
for_each = local.distributions
source = "terraform-aws-modules/lambda/aws"
version = "7.17.0"
version = "7.20.0"

architectures = [var.architecture]
attach_cloudwatch_logs_policy = true
Expand Down

0 comments on commit 34d6bd8

Please sign in to comment.