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

variable "environment" {
  default = "prod"
}

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

variable "service_name" {
  default = "songwhip-lb-logs"
}

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

variable "product_name" {
  default = "songwhip"
}

variable "elastic_load_balancing_account_id" {
  default = "127311923021"
}


variable "kms_key_id" {
  #  TODO: needs checking/updating
  default = "e009ff64-899b-40a6-a885-bfb16fe03766"
}

variable "bucket_notification_lambda_name" {
  default = "DatadogLambdaFunction"
}
