Merge pull request #90 from TimHeckel/master

Update agents.tf
This commit is contained in:
Karim Naufal 2022-02-22 03:03:12 +01:00 committed by GitHub
commit e5859a3106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",