variable "environment" {
  type    = string
  default = "qa"
}

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

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

variable "env" {
  description = "Name of the environment, e.g. dev, qa, prod"
  default     = "qa"
}

variable "ny_ip_address" {
  default = "207.237.185.2"
}

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

variable "account_group" {
  description = "Account Group"
  default     = "songwhip"
}
