# General settings
variable "environment" {
  default = "qa"
}

variable "aws_region" {
  default = "eu-central-1"
}

variable "application_family" {
  default = "devops"
}

variable "service_name" {
  default = "lambda"
}
