fix kubernetes version

This commit is contained in:
2024-04-07 21:37:52 +02:00
parent 305cfe16d7
commit 7d28114157
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ variable "environment" {
}
variable "kubernetes_version" {
default = "1.29.1"
default = "v1.29.1"
}
variable "ssh_public_key" {
type = string