Skip to content

Commit

Permalink
chore: add EKS module dependency on the CAST AI module to only start …
Browse files Browse the repository at this point in the history
…onboarding when cluster is done creating
  • Loading branch information
saumas committed Apr 18, 2024
1 parent ba01814 commit 384e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/eks_clusters/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "cluster" {
source = "./module/castai"
count = var.enable_castai ? 1 : 0

cluster_name = var.cluster_name
cluster_name = module.eks.cluster_name
castai_api_token = var.castai_api_token
cluster_region = var.cluster_region
vpc_id = module.vpc.vpc_id
Expand Down

0 comments on commit 384e4c9

Please sign in to comment.