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