Skip to content

Commit

Permalink
[dop-2361] Add dependency on cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanOkolita committed Oct 31, 2024
1 parent b25a46d commit 97af5bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,12 @@ provider "argocd" {
}

data "aws_eks_cluster" "local" {
depends_on = [ module.cluster.kubernetes_host ]
name = var.label
}

data "aws_eks_cluster_auth" "local" {
depends_on = [ module.cluster.kubernetes_host ]
name = var.label
}

Expand Down

0 comments on commit 97af5bb

Please sign in to comment.