add node os version #6

Merged
michael.messmer merged 1 commit from add-node-version into main 2025-09-02 19:14:58 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit a6c34ee9bc - Show all commits

View file

@ -16,6 +16,7 @@ module "ske-cluster" {
machine_type = "c1.2"
minimum = "2"
maximum = "3"
os_version_min = "4230.2.0"
availability_zones = ["eu01-3"]
}
]

View file

@ -15,6 +15,7 @@ variable "ske_node_pools" {
machine_type = string
minimum = number
maximum = number
os_version_min = string
availability_zones = list(string)
}))
}