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

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

variable "aws_region" {
  type    = string
  default = "us-east-1"
}

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

variable "quarantine_bucket_name" {
  type    = string
  default = "guardduty-quarantine"
}

variable "notification_email" {
  description = "Email endpoint for notifications"
  type        = string
  default     = "devops@sonymusic-pde.com"
}

variable "organization_id" {
  description = "The AWS Organization ID to allow events from"
  type        = string
  default     = "o-bqioddgr91"
}
