Skip to content

Commit

Permalink
add a fix so we can just use the port directly
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-smidt-klarrio authored and flaupretre committed May 31, 2024
1 parent 939bbc5 commit 2d9de69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

output "port" {
value = local.local_port
value = data.external.ssh_tunnel.result.port
description = "Port number to connect to"
}

Expand Down

0 comments on commit 2d9de69

Please sign in to comment.