MON-554 - Fix no data timeframe default value

This commit is contained in:
Jean-Philippe LAINE 2020-01-17 15:58:13 +01:00
parent 082a1084b3
commit fc9510f34b

View File

@ -71,7 +71,7 @@ variable "velero_scheduled_backup_missing_extra_tags" {
variable "velero_scheduled_backup_missing_monitor_no_data_timeframe" { variable "velero_scheduled_backup_missing_monitor_no_data_timeframe" {
description = "No data timeframe in minutes" description = "No data timeframe in minutes"
default = 1440 default = 2880
} }
variable "velero_backup_failure_monitor_message" { variable "velero_backup_failure_monitor_message" {