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

variable "environment" {
  default = "qa"
}

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

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

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

variable "bucket_name" {
  default = "songwhip-cloudtrail-logs"
}
