variable "environment" {
  default = "dev"
}

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

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

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