Skip to content

Commit eb26697

Browse files
committed
recreated worker
1 parent 65da587 commit eb26697

File tree

1 file changed

+0
-1
lines changed
  • terraform/modules/k8s-cluster

1 file changed

+0
-1
lines changed

terraform/modules/k8s-cluster/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ resource "aws_instance" "master" {
7070
subnet_id = var.subnet["private"]
7171
vpc_security_group_ids = [var.sg["master"]]
7272
iam_instance_profile = var.iam_instance_profile
73-
depends_on = [ aws_instance.bastion ]
7473

7574
tags = {
7675
Name = "k8s-master",

0 commit comments

Comments
 (0)