Skip to content

Commit 337345c

Browse files
committed
add depends_on for eks module
1 parent 790b193 commit 337345c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/layer1-aws/aws-eks.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ EOT
178178
})
179179
}
180180
}
181+
depends_on = [module.vpc]
181182
}
182183

183184
resource "aws_eks_addon" "vpc_cni" {

0 commit comments

Comments
 (0)