changed the default name of cp nodes
This commit is contained in:
parent
769d2e4e2e
commit
83b15d803c
@ -2,7 +2,7 @@ module "control_planes" {
|
|||||||
source = "./modules/host"
|
source = "./modules/host"
|
||||||
|
|
||||||
count = var.control_plane_count
|
count = var.control_plane_count
|
||||||
name = "k3s-control-plane-${count.index}"
|
name = "control-plane-${count.index}"
|
||||||
|
|
||||||
ssh_keys = [hcloud_ssh_key.k3s.id]
|
ssh_keys = [hcloud_ssh_key.k3s.id]
|
||||||
public_key = var.public_key
|
public_key = var.public_key
|
||||||
|
Loading…
Reference in New Issue
Block a user