Skip to content

Commit

Permalink
removed tunnel close data source
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Dec 22, 2021
1 parent 55c474a commit 73b524d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
4 changes: 0 additions & 4 deletions website/docs/d/tunnel.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ data "consul_keys" "keys" {
path = "secrets/api/password"
}
}
data "ssh_tunnel_close" "consul" {
depends_on = [data.consul_keys.keys]
}
```

## Argument Reference
Expand Down
49 changes: 0 additions & 49 deletions website/docs/d/tunnel_close.html.markdown

This file was deleted.

4 changes: 0 additions & 4 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,4 @@ data "consul_keys" "keys" {
path = "secrets/api/password"
}
}
data "ssh_tunnel_close" "consul" {
depends_on = [data.consul_keys.keys]
}
```
3 changes: 0 additions & 3 deletions website/ssh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<li<%= sidebar_current("docs-ssh-data-source-tunnel") %>>
<a href="/docs/providers/ssh/d/tunnel.html">ssh_tunnel</a>
</li>
<li<%= sidebar_current("docs-ssh-data-source-tunnel-close") %>>
<a href="/docs/providers/ssh/d/tunnel-close.html">ssh_tunnel_close</a>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 73b524d

Please sign in to comment.