mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-02-17 19:33:12 +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
188 B
HCL
11 lines
188 B
HCL
# Terraform settings
|
|
terraform {
|
|
required_version = "~> 1.0"
|
|
required_providers {
|
|
digitalocean = {
|
|
source = "digitalocean/digitalocean"
|
|
version = "~> 2.0"
|
|
}
|
|
}
|
|
}
|