diff --git a/firewall.tf b/firewall.tf index 4349ce9..626868b 100644 --- a/firewall.tf +++ b/firewall.tf @@ -133,7 +133,7 @@ resource "hcloud_firewall" "monitoring" { rule { direction = "in" protocol = "tcp" - port = "5572" + port = "5573" description = "rclone" source_ips = [ var.bastion_host.ipv4,