6 lines
104 B
HCL
6 lines
104 B
HCL
variable "backup_policy_hour" {
|
|
# UTC Hour : 0, 4, 8, 12, 16, 20
|
|
default = "0"
|
|
type = string
|
|
}
|