Files
OCI-Kubernetes-cluster-with…/oci-managed/nlb/provider.tf

8 lines
120 B
HCL

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