We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65da587 commit eb26697Copy full SHA for eb26697
terraform/modules/k8s-cluster/main.tf
@@ -70,7 +70,6 @@ resource "aws_instance" "master" {
70
subnet_id = var.subnet["private"]
71
vpc_security_group_ids = [var.sg["master"]]
72
iam_instance_profile = var.iam_instance_profile
73
- depends_on = [ aws_instance.bastion ]
74
75
tags = {
76
Name = "k8s-master",
0 commit comments