Files
linode_instance/variable.backups_enabled.tf
T

5 lines
65 B
Terraform

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