fix kubernetes version

This commit is contained in:
2024-04-07 21:37:52 +02:00
parent 305cfe16d7
commit 7d28114157
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 5.30.0"
version = ">= 5.36.0"
}
helm = {
source = "hashicorp/helm"