changed the default name of cp nodes

This commit is contained in:
Karim Naufal 2022-02-27 10:52:38 +01:00
parent 769d2e4e2e
commit 83b15d803c

View File

@ -2,7 +2,7 @@ module "control_planes" {
source = "./modules/host"
count = var.control_plane_count
name = "k3s-control-plane-${count.index}"
name = "control-plane-${count.index}"
ssh_keys = [hcloud_ssh_key.k3s.id]
public_key = var.public_key