Switch to the password auth

This commit is contained in:
Pavel Iakovenko
2024-07-12 16:53:31 -04:00
parent 475cf36415
commit 0dbf1cb8a7
5 changed files with 5 additions and 30 deletions

View File

@@ -53,11 +53,6 @@ variable "vm_password" {
sensitive = true
}
variable "vm_key_file" {
type = string
default = ""
}
variable "github_api_pat" {
type = string
default = ""
@@ -101,7 +96,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_key_file}"
ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}"
}

View File

@@ -53,11 +53,6 @@ variable "vm_password" {
sensitive = true
}
variable "vm_key_file" {
type = string
default = ""
}
variable "github_api_pat" {
type = string
default = ""
@@ -101,7 +96,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_key_file}"
ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}"
}

View File

@@ -53,11 +53,6 @@ variable "vm_password" {
sensitive = true
}
variable "vm_key_file" {
type = string
default = ""
}
variable "github_api_pat" {
type = string
default = ""
@@ -102,7 +97,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_key_file}"
ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}"
}

View File

@@ -53,11 +53,6 @@ variable "vm_password" {
sensitive = true
}
variable "vm_key_file" {
type = string
default = ""
}
variable "github_api_pat" {
type = string
default = ""
@@ -101,7 +96,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_key_file}"
ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}"
}

View File

@@ -48,11 +48,6 @@ variable "vm_username" {
sensitive = true
}
variable "vm_password" {
type = string
sensitive = true
}
variable "vm_key_file" {
type = string
default = ""
@@ -102,7 +97,7 @@ source "null" "template" {
ssh_host = "${var.source_vm_name}"
ssh_port = "${var.source_vm_port}"
ssh_username = "${var.vm_username}"
ssh_private_key_file = "${var.vm_key_file}"
ssh_password = "${var.vm_password}"
ssh_proxy_host = "${var.socks_proxy}"
}