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

variable "aws_region" {
  default = "us-west-2"
}

variable "environment" {
  default = "prod"
}

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

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