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

variable "environment" {
  default = "prod"
}

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

variable "service_name" {
  default = "aws-vpc-logging"
}

variable "product_name" {
  default = "songwhip"
}

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

variable "kms_key" {
  default = "4adc94aa-88f9-41d7-8f32-4a132665e494"
}
