Skip to content

Commit 5ca68ed

Browse files
committed
Run Lambda every Monday at 10.00 AM UTC
1 parent 1fc096a commit 5ca68ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws_cleanup/tf/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "lambda_role_name" {
3939
variable "schedule_expression" {
4040
description = "EventBridge schedule expression for the cleanup Lambda"
4141
type = string
42-
default = "rate(7 days)"
42+
default = "cron(0 10 ? * MON *)"
4343
}
4444

4545
variable "report_bucket_name" {

0 commit comments

Comments
 (0)