Files
digitalocean_droplet/variable.backup_policy_hour.tf
2026-05-08 22:19:26 -04:00

7 lines
105 B
Terraform

variable "backup_policy_hour" {
# UTC Hour : 0, 4, 8, 12, 16, 20
default = "0"
type = string
}