mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 13:59:09 +02:00
fix kubernetes version
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
oci = {
|
||||
source = "oracle/oci"
|
||||
version = ">= 5.30.0"
|
||||
version = ">= 5.36.0"
|
||||
}
|
||||
helm = {
|
||||
source = "hashicorp/helm"
|
||||
|
@@ -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