6 lines
201 B
Terraform
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
|
|
}
|