5 lines
65 B
Terraform
5 lines
65 B
Terraform
variable "backups_enabled" {
|
|
default = true
|
|
type = bool
|
|
}
|