commit
e5859a3106
@ -13,7 +13,7 @@ module "agents" {
|
|||||||
location = var.location
|
location = var.location
|
||||||
network_id = hcloud_network.k3s.id
|
network_id = hcloud_network.k3s.id
|
||||||
ip = cidrhost(hcloud_network_subnet.k3s.ip_range, 513 + count.index)
|
ip = cidrhost(hcloud_network_subnet.k3s.ip_range, 513 + count.index)
|
||||||
server_type = var.control_plane_server_type
|
server_type = var.agent_server_type
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
"provisioner" = "terraform",
|
"provisioner" = "terraform",
|
||||||
|
Loading…
Reference in New Issue
Block a user