Fixed private_key param (#10383)
This commit is contained in:
parent
a8886012d1
commit
47ac66f675
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue