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

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

variable environment {
  description = "Available values:  dev, qa, prod."
  default     = "prod"
}

variable tmds_aws_account_id {
  default = "147995105371"
}

variable service_name {
  default = "trend-micro-deep-security"
}
