Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 19, 2022
1 parent cc253a6 commit 4392fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-cluster/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 4392fe6

Please sign in to comment.