linode_instance/variable.watchdog_enabled.tf

5 lines
66 B
HCL

variable "watchdog_enabled" {
default = true
type = bool
}