Files
linode_instance/variable.backups_enabled.tf
T

6 lines
201 B
Terraform

variable "backups_enabled" {
default = true
description = "If this field is set to true, the created Linode will automatically be enrolled in the Linode Backup service."
type = bool
}