variable "application_family" {
  type    = string
  default = "devops"
}

variable "team_name" {
  type    = string
  default = "devops"
}

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

variable "orchard_private_cidr_block" {
  type    = string
  default = "10.100.0.0/16"
}
