Files
digitalocean_droplet/variable.backup_policy_hour.tf
2025-04-27 20:05:53 -05:00

6 lines
104 B
HCL

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