6 lines
94 B
HCL
6 lines
94 B
HCL
variable "backup_policy_plan" {
|
|
# daily or weekly
|
|
default = "weekly"
|
|
type = string
|
|
}
|