variable "region" { default = "par1" description = "Values: par1 ams1" } variable "arch" { default = "x86_64" description = "Values: x86_64 arm64" } variable "debian_version" { default = "Debian Stretch" } variable "k8s_master_server_type" { } variable "node_count" { default = "3" } variable "scaleway_organization" {} variable "scaleway_token" {}