Files
linode_instance/variable.watchdog_enabled.tf
T

5 lines
66 B
Terraform

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