Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 9, 2024
1 parent bf684f6 commit a92aa79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/public-dns-external/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ module "wandb_infra" {
}

data "aws_eks_cluster" "app_cluster" {
depends_on = [module.wandb_infra.cluster_name]
name = module.wandb_infra.cluster_name
}

data "aws_eks_cluster_auth" "app_cluster" {
depends_on = [module.wandb_infra.cluster_name]
name = module.wandb_infra.cluster_name
}

Expand Down

0 comments on commit a92aa79

Please sign in to comment.