Skip to content

Commit

Permalink
removed close tunnel ds
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Dec 22, 2021
1 parent ad8de82 commit 55c474a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ data "consul_keys" "keys" {
}
}

data "ssh_tunnel_close" "consul" {
depends_on = [data.consul_keys.keys]
}

output "local_address" {
value = data.ssh_tunnel.consul.local.0.host
}
Expand Down

0 comments on commit 55c474a

Please sign in to comment.