rut-test-ops/vars.tf

14 lines
245 B
Terraform
Raw Normal View History

variable "instance_count" {
default = "6"
}
variable "instance_type" {
default = "e2677a72-f9ab-44ce-b808-58ab3414bac6"
}
variable "worker_name" {
default = "internal-sto4-test-k8sw"
}
variable "dns_suffix" {
default = "rut.sunet.se"
}