2025-02-24 09:53:10 -08:00
|
|
|
variable "restoration_mode" {
|
|
|
|
type = bool
|
|
|
|
description = "Prevent starting scheduled backup jobs so data can be restored without overwriting good data"
|
|
|
|
default = false
|
|
|
|
}
|
|
|
|
|
2023-08-24 12:36:47 -07:00
|
|
|
variable "use_wesher" {
|
|
|
|
type = bool
|
|
|
|
description = "Indicates whether or not services should expose themselves on the wesher network"
|
|
|
|
default = true
|
|
|
|
}
|