Files
OCI-Kubernetes-cluster-with…/oci-managed/certmanager/provider.tf
2024-03-17 13:01:08 +01:00

12 lines
208 B
HCL

terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = ">= 2.12.1"
}
kubectl = {
source = "gavinbunney/kubectl"
version = ">= 1.14.0"
}
}
}