From abc259928ee1b57f79ea2ada49cdf3f0554b9e8f Mon Sep 17 00:00:00 2001 From: Vince Power Date: Wed, 26 May 2021 14:34:27 -0300 Subject: [PATCH] Allows cluster Schematics to finish one step earlier in the process --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 6c152dd..313ca4e 100644 --- a/main.tf +++ b/main.tf @@ -30,7 +30,7 @@ resource "ibm_container_vpc_cluster" "rhpds" { worker_count = var.cluster_worker_count resource_group_id = data.ibm_resource_group.rhpds.id cos_instance_crn = ibm_resource_instance.cos_instance.id - wait_till = "IngressReady" + wait_till = "OneWorkerNodeReady" zones { subnet_id = data.ibm_is_subnet.rhpds.id name = local.ZONE