mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-02-18 11:43:33 +00:00
Adds Terraform configuration to provision a DO K8s cluster with auto-scaling node pools for running Codex benchmarks. Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
11 lines
205 B
HCL
11 lines
205 B
HCL
variable "region" {
|
|
description = "DigitalOcean region (e.g. ams3)"
|
|
type = string
|
|
}
|
|
|
|
variable "do_token" {
|
|
description = "DigitalOcean API token"
|
|
type = string
|
|
sensitive = true
|
|
}
|