completed k3s channel list

This commit is contained in:
Florian Reinhold
2022-04-26 23:49:28 +02:00
parent cb779e25ff
commit bde0d5a461
2 changed files with 3 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ variable "initial_k3s_channel" {
description = "Allows you to specify an initial k3s channel"
validation {
condition = contains(["stable", "latest", "testing"], var.initial_k3s_channel)
condition = contains(["stable", "latest", "testing", "v1.16", "v1.17", "v1.18", "v1.19", "v1.20", "v1.21", "v1.22", "v1.23"], var.initial_k3s_channel)
error_message = "The initial k3s channel must be one of stable, latest or testing."
}
}