mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 22:09:08 +02:00
fix kubernetes version
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
oci = {
|
oci = {
|
||||||
source = "oracle/oci"
|
source = "oracle/oci"
|
||||||
version = ">= 5.30.0"
|
version = ">= 5.36.0"
|
||||||
}
|
}
|
||||||
helm = {
|
helm = {
|
||||||
source = "hashicorp/helm"
|
source = "hashicorp/helm"
|
||||||
|
@@ -7,7 +7,7 @@ variable "environment" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "kubernetes_version" {
|
variable "kubernetes_version" {
|
||||||
default = "1.29.1"
|
default = "v1.29.1"
|
||||||
}
|
}
|
||||||
variable "ssh_public_key" {
|
variable "ssh_public_key" {
|
||||||
type = string
|
type = string
|
||||||
|
Reference in New Issue
Block a user