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