diff --git a/oci-managed/oke/provider.tf b/oci-managed/oke/provider.tf index 2014fe5..213fa54 100644 --- a/oci-managed/oke/provider.tf +++ b/oci-managed/oke/provider.tf @@ -4,5 +4,9 @@ terraform { source = "oracle/oci" version = ">= 5.30.0" } + helm = { + source = "hashicorp/helm" + version = ">= 2.12.1" + } } }