diff --git a/terraform/firewall.tf b/terraform/firewall.tf
index 5f090e91b98a30ad8dcfe94e1872ae9dee793a0c..c07d5bc3b0879f17693a8e52d12b9a22e909e36d 100644
--- a/terraform/firewall.tf
+++ b/terraform/firewall.tf
@@ -1,6 +1,6 @@
 # https://docs.k8s.io/latest/installing/installing_platform_agnostic/installing-platform-agnostic.html#installation-network-connectivity-user-infra_installing-platform-agnostic
-resource "hcloud_firewall" "k8s-base" {
-  name = "k8s-base"
+resource "hcloud_firewall" "k8s-node" {
+  name = "k8s-node"
   apply_to {
     label_selector = "k8s.io/node=true"
   }