Skip to content

Commit 98d6029

Browse files
author
Adam Pasyniuk
committed
Fix depends_on
1 parent 090b2fc commit 98d6029

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • examples/eks/eks_cluster_live_migration

examples/eks/eks_cluster_live_migration/castai.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ module "cluster" {
1414
subnets = module.vpc.private_subnets
1515
live_proxy_version = var.live_proxy_version
1616
live_helm_version = var.live_helm_version
17-
depend_on = [
18-
module.eks,
19-
module.vpc,
20-
]
2117
}

0 commit comments

Comments
 (0)