Skip to content

Commit 5a03e40

Browse files
authored
Merge branch 'master' into auto-set-ssh-keypair
2 parents 9c6831f + d1aea66 commit 5a03e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agents.tf

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module "agents" {
2727
cloudinit_write_files_common = local.cloudinit_write_files_common
2828
cloudinit_runcmd_common = local.cloudinit_runcmd_common
2929
swap_size = each.value.swap_size
30+
zram_size = each.value.zram_size
3031

3132
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)
3233

0 commit comments

Comments
 (0)