Files
linode_instance/variable.watchdog_enabled.tf
T

6 lines
219 B
Terraform

variable "watchdog_enabled" {
default = true
description = "The watchdog, named Lassie, is a Shutdown Watchdog that monitors your Linode and will reboot it if it powers off unexpectedly."
type = bool
}