variable environment {
    description = "Available values:  dev, qa, prod."
}

variable vpc_security_group_ids {
    type        = "list"
    description = "Security group IDs for the VPC where the lambdas will execute"
}

variable vpc_subnet_ids {
    type        = "list"
    description = "VPC subnet IDs where the lambdas will execute"
}

variable sqs_queue_tagger_lambda_memory_size {
    description = "Memory size for the SQS queue tagger lambda function"
}

variable LOGGER_DSN {
    description = "DSN for logging."
}
