From d12dc36731ea03ebc6b00dd287aca039fc58367e Mon Sep 17 00:00:00 2001 From: Ingo Feulner Date: Sun, 23 Oct 2022 16:26:20 +0200 Subject: [PATCH] formatting... --- autoscaler-agents.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscaler-agents.tf b/autoscaler-agents.tf index d14e5ffd..8eeda69e 100644 --- a/autoscaler-agents.tf +++ b/autoscaler-agents.tf @@ -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 }) }