We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090b2fc commit 98d6029Copy full SHA for 98d6029
1 file changed
examples/eks/eks_cluster_live_migration/castai.tf
@@ -14,8 +14,4 @@ module "cluster" {
14
subnets = module.vpc.private_subnets
15
live_proxy_version = var.live_proxy_version
16
live_helm_version = var.live_helm_version
17
- depend_on = [
18
- module.eks,
19
- module.vpc,
20
- ]
21
}
0 commit comments