From 2d9de69faa2ba2fdbb374077893fa0b6e2592ef0 Mon Sep 17 00:00:00 2001 From: Boris Smidt Date: Tue, 27 Feb 2024 16:58:05 +0100 Subject: [PATCH] add a fix so we can just use the port directly --- output.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.tf b/output.tf index e71da26..6cd8e7b 100755 --- a/output.tf +++ b/output.tf @@ -1,6 +1,6 @@ output "port" { - value = local.local_port + value = data.external.ssh_tunnel.result.port description = "Port number to connect to" }