diff --git a/main.tf b/main.tf index c6fbbbc..e9c791a 100644 --- a/main.tf +++ b/main.tf @@ -1,3 +1,5 @@ +provider "ssh" {} + data "ssh_tunnel" "consul" { user = "stefan" host = "bastion.example.com"