This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ resource "null_resource" "staging_lxc" {
|
||||
connection {
|
||||
type = "ssh"
|
||||
user = "root"
|
||||
private_key = file(pathexpand("~/.ssh/deploy"))
|
||||
private_key = file(pathexpand("~/.ssh/deploy_key"))
|
||||
host = var.staging_ip
|
||||
timeout = "5m"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user