We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc096a commit 5ca68edCopy full SHA for 5ca68ed
1 file changed
aws_cleanup/tf/main.tf
@@ -39,7 +39,7 @@ variable "lambda_role_name" {
39
variable "schedule_expression" {
40
description = "EventBridge schedule expression for the cleanup Lambda"
41
type = string
42
- default = "rate(7 days)"
+ default = "cron(0 10 ? * MON *)"
43
}
44
45
variable "report_bucket_name" {
0 commit comments