fix: add port for proxy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-12 14:02:33 +01:00
parent 539f1ebb35
commit 57fd18ba04
2 changed files with 6 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ resource "null_resource" "node_caddy_template" {
user = "root"
private_key = var.ssh_private
host = var.proxy_ip
port = var.proxy_port
}
provisioner "file" {