Skip to content

Commit

Permalink
remove kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 13, 2025
1 parent c412cc6 commit b12cd50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ resource "null_resource" "apply_cluster_roles" {
roles = join(",", [each.key, each.value.url])
}
provisioner "local-exec" {
environment = {
KUBECONFIG = "${path.root}/setup/kube.config"
}
command = "kubectl apply -f ${each.value.name}.yaml"
}
}

0 comments on commit b12cd50

Please sign in to comment.