variable "aws_region" {
  type        = string
  default     = "eu-central-1"
  description = "The AWS region"
}

variable "environment" {
  type        = string
  description = "The name of the environment"
  default     = "qa"
}
