Update firewall resource name to match production standards

This commit is contained in:
2025-12-22 23:05:46 +01:00
parent 3e3837aede
commit 06ede203d5

View File

@@ -1,5 +1,5 @@
resource "hcloud_firewall" "production_fw" { resource "hcloud_firewall" "production_fw" {
name = "my-firewall" name = "production-fw"
rule { rule {
direction = "in" direction = "in"
protocol = "icmp" protocol = "icmp"