Files

6 lines
123 B
Terraform

variable "backups" {
default = true
description = "Boolean controlling if backups are made"
type = bool
}