From 5e40bcb5f2da06db030c85f7f50cabb445cc974c Mon Sep 17 00:00:00 2001 From: Tim Heckel Date: Mon, 21 Feb 2022 20:00:06 -0600 Subject: [PATCH] Update agents.tf Ensuring the right agent server type is attaching --- agents.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents.tf b/agents.tf index 3ec345b..7325773 100644 --- a/agents.tf +++ b/agents.tf @@ -13,7 +13,7 @@ module "agents" { location = var.location network_id = hcloud_network.k3s.id 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 = { "provisioner" = "terraform",