add helm provider to oke

This commit is contained in:
2024-04-07 19:20:07 +02:00
parent b020810001
commit e8ceadd71b

View File

@@ -4,5 +4,9 @@ terraform {
source = "oracle/oci"
version = ">= 5.30.0"
}
helm = {
source = "hashicorp/helm"
version = ">= 2.12.1"
}
}
}