sol-plex-problems 0.1.6

A high-performance Rust library engineered for solving complex problems within the Sol ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
variable "project_id" {
  type        = string
  description = "The target Google Cloud Project ID"
}

variable "region" {
  type        = string
  default     = "us-central1"
  description = "The targeted deployment region"
}