Skip to content

Commit

Permalink
formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Feulner committed Oct 23, 2022
1 parent 02718de commit d12dc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoscaler-agents.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
ssh_key = local.hcloud_ssh_key_id
ipv4_subnet_id = hcloud_network.k3s.id # for now we use the k3s network, as we cannot reference subnet-ids in autoscaler
snapshot_id = hcloud_snapshot.autoscaler_image[0].id
firewall_id = hcloud_firewall.k3s.id
firewall_id = hcloud_firewall.k3s.id
node_pools = var.autoscaler_nodepools
})
}
Expand Down

0 comments on commit d12dc36

Please sign in to comment.