From 7d281141576580b7a63ba3099eeda12c4fdeb671 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 7 Apr 2024 21:37:52 +0200 Subject: [PATCH] fix kubernetes version --- oci-managed/oke/provider.tf | 2 +- oci-managed/oke/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oci-managed/oke/provider.tf b/oci-managed/oke/provider.tf index 70212bf..09cf1d9 100644 --- a/oci-managed/oke/provider.tf +++ b/oci-managed/oke/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { oci = { source = "oracle/oci" - version = ">= 5.30.0" + version = ">= 5.36.0" } helm = { source = "hashicorp/helm" diff --git a/oci-managed/oke/variables.tf b/oci-managed/oke/variables.tf index 7ffc6f3..3760f15 100644 --- a/oci-managed/oke/variables.tf +++ b/oci-managed/oke/variables.tf @@ -7,7 +7,7 @@ variable "environment" { } variable "kubernetes_version" { - default = "1.29.1" + default = "v1.29.1" } variable "ssh_public_key" { type = string