We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30007a0 + d2cb804 commit caa028aCopy full SHA for caa028a
modules/controller_pool/main.tf
@@ -97,7 +97,7 @@ resource "null_resource" "key_wait_transfer" {
97
type = "ssh"
98
user = "root"
99
host = metal_device.k8s_controller_standby[count.index].access_public_ipv4
100
- private_key = var.ssh_private_key_path
+ private_key = file(var.ssh_private_key_path)
101
password = metal_device.k8s_controller_standby[count.index].root_password
102
}
103
0 commit comments