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

variable SENTRY_DSN {}

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"
}
