digitalocean_droplet/variable.backup_policy_hour.tf
Jason Rothstein 1df1f4595a
Add backup policy to be set as daily or weekly
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
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
}