Fixed private_key param (#10383)

This commit is contained in:
pauljrob 2016-11-28 08:48:58 -08:00 committed by Paul Stack
parent a8886012d1
commit 47ac66f675
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ resource "openstack_compute_instance_v2" "terraform" {
provisioner "remote-exec" {
connection {
user = "${var.ssh_user_name}"
key_file = "${var.ssh_key_file}"
private_key = "${file(var.ssh_key_file)}"
}
inline = [