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