Skip to content

Commit

Permalink
Prepare for release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VandlJ committed Nov 18, 2024
1 parent d09ebaa commit 13a10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "opennebula_virtual_machine" "vmnode-1" {
type = "ssh"
user = "root"
host = "${self.ip}"
private_key = "/var/iac-dev-container-data/id_ecdsa"
private_key = "${path.module}/iac-dev-container-data/id_ecdsa"
}

provisioner "file" {
Expand Down

0 comments on commit 13a10ed

Please sign in to comment.