Fix cron description

This commit is contained in:
Julio Castillo 2022-10-20 14:55:08 +02:00
parent 21152c3c45
commit 2d7319c4e8
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ variable "region" {
}
variable "schedule_cron" {
description = "Cron format schedule to run the Cloud Function. Default is every 5 minutes."
description = "Cron format schedule to run the Cloud Function. Default is every 10 minutes."
default = "*/10 * * * *"
}