a6d1a1e4a7
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
7 lines
105 B
Terraform
7 lines
105 B
Terraform
variable "backup_policy_hour" {
|
|
# UTC Hour : 0, 4, 8, 12, 16, 20
|
|
default = "0"
|
|
type = string
|
|
}
|
|
|