mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
fix kubernetes version
This commit is contained in:
@@ -7,7 +7,7 @@ variable "environment" {
|
||||
}
|
||||
|
||||
variable "kubernetes_version" {
|
||||
default = "1.29.1"
|
||||
default = "v1.29.1"
|
||||
}
|
||||
variable "ssh_public_key" {
|
||||
type = string
|
||||
|
Reference in New Issue
Block a user