Skip to content

Commit

Permalink
Merge branch 'master' into auto-set-ssh-keypair
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech authored May 3, 2024
2 parents 9c6831f + d1aea66 commit 5a03e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "agents" {
cloudinit_write_files_common = local.cloudinit_write_files_common
cloudinit_runcmd_common = local.cloudinit_runcmd_common
swap_size = each.value.swap_size
zram_size = each.value.zram_size

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)

Expand Down

0 comments on commit 5a03e40

Please sign in to comment.