Hi all, I'm building a downstream cluster with the...
# terraform-provider-rancher2
p
Hi all, I'm building a downstream cluster with the rancher2_cluster_v2 resource. The cluster nodes are based on a VM template. A downstream cluster with one node works perfectly. When I create a cluster with more than one node, the installation hangs on the second node configuration because he has the same hostname like the previous one. With the rancher2_cluster resource it was possible to have a randomized hostname with hostname_prefix. Does anyone know how to set a randomized hostname for the nodes with rancher2_cluster_v2 resource?