Skip to content

Commit

Permalink
[DEV-12746] Add depends on aws_eks_cluster_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanOkolita committed Dec 27, 2024
1 parent 9381522 commit 5cc7ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,12 @@ provider "argocd" {
}

data "aws_eks_cluster" "local" {
#depends_on = [module.cluster.kubernetes_host]
depends_on = [module.cluster.kubernetes_host]
name = module.cluster.cluster_name
}

data "aws_eks_cluster_auth" "local" {
#depends_on = [module.cluster.kubernetes_host]
depends_on = [module.cluster.kubernetes_host]
name = module.cluster.cluster_name
}

Expand Down

0 comments on commit 5cc7ac4

Please sign in to comment.