We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c6831f + d1aea66 commit 5a03e40Copy full SHA for 5a03e40
agents.tf
@@ -27,6 +27,7 @@ module "agents" {
27
cloudinit_write_files_common = local.cloudinit_write_files_common
28
cloudinit_runcmd_common = local.cloudinit_runcmd_common
29
swap_size = each.value.swap_size
30
+ zram_size = each.value.zram_size
31
32
private_ipv4 = cidrhost(hcloud_network_subnet.agent[[for i, v in var.agent_nodepools : i if v.name == each.value.nodepool_name][0]].ip_range, each.value.index + 101)
33
0 commit comments