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

variable "environment" {
  default = "prod"
}

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

variable "service_name" {
  default = "guardduty-logs"
}

variable "product_name" {
  default = "songwhip"
}

variable "application_family" {
  default = "security-tools"
}

variable "kms_key_id" {
  #  TODO: this is highly likely to be unique to the account and incorrect for this one.
  default = "908d5104-c7b3-4104-a559-10ead343bef1"
}
