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 lambda_renew_lambda_memory_size {
    description = "Memory size for the lambda function"
}

variable lambda_renew_manager_lambda_memory_size {
    description = "Memory size for the lambda function"
}

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