Skip to content

Commit

Permalink
Allows cluster Schematics to finish one step earlier in the process
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepower committed May 26, 2021
1 parent b008b21 commit abc2599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abc2599

Please sign in to comment.