ocp4-upi-powervs includes worker/master names with the full domain name. see [modules/4_nodes/nodes.tf#L189](https://github.com/ocp-power-automation/ocp4-upi-powervs/blob/f891a273fea22d0e647f11b2222b75b24873407b/modules/4_nodes/nodes.tf#L189) ``` ${var.node_prefix}worker-${count.index}.${var.cluster_id}.${local.cluster_domain} ``` It'd be great to include that information in the resources to be consistent or make it configurable. JIRA: https://jsw.ibm.com/browse/OPENSHIFTP-498