From 68fcdddd6081509e09ed0c3cbf8106a4cd25fa9b Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Fri, 3 Jul 2026 20:01:38 +0000 Subject: [PATCH] Update Terraform github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start to v4 --- .../tofu/modules/scheduler-stop-start/scheduler_stop_start.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t_server/tofu/modules/scheduler-stop-start/scheduler_stop_start.tf b/t_server/tofu/modules/scheduler-stop-start/scheduler_stop_start.tf index 987be13..bcc8af6 100644 --- a/t_server/tofu/modules/scheduler-stop-start/scheduler_stop_start.tf +++ b/t_server/tofu/modules/scheduler-stop-start/scheduler_stop_start.tf @@ -4,7 +4,7 @@ # https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start # module "stop_ec2_instance" { - source = "github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start?ref=3.5.0" + source = "github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start?ref=4.5.0" name = "ec2_stop" # See https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents-expressions.html cloudwatch_schedule_expression = "cron(30 19 * * ? *)"