Skip to content

Commit

Permalink
fix kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcscsvcscs committed Apr 7, 2024
1 parent 305cfe1 commit 7d28114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oci-managed/oke/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 5.30.0"
version = ">= 5.36.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion oci-managed/oke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "environment" {
}

variable "kubernetes_version" {
default = "1.29.1"
default = "v1.29.1"
}
variable "ssh_public_key" {
type = string
Expand Down

0 comments on commit 7d28114

Please sign in to comment.