diff --git a/examples/full-cluster/providers.tf b/examples/full-cluster/providers.tf index 03c6b10..f0e85a2 100644 --- a/examples/full-cluster/providers.tf +++ b/examples/full-cluster/providers.tf @@ -12,7 +12,7 @@ provider "kubernetes" { host = local.aws_eks_cluster.endpoint cluster_ca_certificate = base64decode(local.aws_eks_cluster.certificate_authority[0].data) token = local.aws_eks_cluster_auth.token -# config_path = "${path.root}/setup/kube.config" + # config_path = "${path.root}/setup/kube.config" } provider "helm" {