Skip to content

Commit

Permalink
update packet ssh connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jawabuu committed May 19, 2021
1 parent 37fc5fd commit fbed65d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions provider/packet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ resource "packet_device" "host" {
ssh_keys = [packet_project_ssh_key.tf-kube.id]

connection {
user = "root"
type = "ssh"
timeout = "2m"
host = self.access_public_ipv4
user = "root"
type = "ssh"
timeout = "2m"
host = self.access_public_ipv4
private_key = file("${var.ssh_key_path}")
}

Expand Down

0 comments on commit fbed65d

Please sign in to comment.