Skip to content

Commit

Permalink
remove depends
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 13, 2025
1 parent e545867 commit c412cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ resource "null_resource" "apply_cluster_roles" {
triggers = {
roles = join(",", [each.key, each.value.url])
}
depends_on = [null_resource.kubeconfig]
provisioner "local-exec" {
environment = {
KUBECONFIG = "${path.root}/setup/kube.config"
Expand Down

0 comments on commit c412cc6

Please sign in to comment.