Merge pull request #10220 from paveliak/ssh-key-file-var

Switch null builder to the SSH password auth
This commit is contained in:
Pavel Iakovenko
2024-07-16 05:39:58 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}" ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}" ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}" ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_password}" ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}" ssh_proxy_host = "${var.socks_proxy}"
} }

View File

@@ -96,7 +96,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}" ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}" ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}" ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_password}" ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}" ssh_proxy_host = "${var.socks_proxy}"
} }

View File

@@ -97,7 +97,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}" ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}" ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}" ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_password}" ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}" ssh_proxy_host = "${var.socks_proxy}"
} }

View File

@@ -96,7 +96,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}" ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}" ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}" ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_password}" ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}" ssh_proxy_host = "${var.socks_proxy}"
} }

View File

@@ -97,7 +97,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}" ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}" ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}" ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_password}" ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}" ssh_proxy_host = "${var.socks_proxy}"
} }