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

7 lines
95 B
Terraform

variable "backup_policy_plan" {
# daily or weekly
default = "weekly"
type = string
}