5 lines
66 B
Terraform
5 lines
66 B
Terraform
variable "watchdog_enabled" {
|
|
default = true
|
|
type = bool
|
|
}
|