From 55c474ae6880d4f597ff2699958a113e10fe5ac7 Mon Sep 17 00:00:00 2001 From: AndrewChubatiuk Date: Wed, 22 Dec 2021 22:16:01 +0200 Subject: [PATCH] removed close tunnel ds --- example/main.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/main.tf b/example/main.tf index cd5134a..83af546 100644 --- a/example/main.tf +++ b/example/main.tf @@ -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 }