variable "environment" {
  description = "The name of the environment"
  default     = "backup"
}

variable "account_group" {
  description = "The account group"
  default     = "orcd"
}
