mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 10:09:20 +08:00
Introducing vm_key_file variable for SSH
This commit is contained in:
@@ -53,6 +53,11 @@ variable "vm_password" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vm_key_file" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "github_api_pat" {
|
||||
type = string
|
||||
default = ""
|
||||
@@ -96,7 +101,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_password}"
|
||||
ssh_private_key_file = "${var.vm_key_file}"
|
||||
ssh_proxy_host = "${var.socks_proxy}"
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,11 @@ variable "vm_password" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vm_key_file" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "github_api_pat" {
|
||||
type = string
|
||||
default = ""
|
||||
@@ -96,7 +101,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_password}"
|
||||
ssh_private_key_file = "${var.vm_key_file}"
|
||||
ssh_proxy_host = "${var.socks_proxy}"
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,11 @@ variable "vm_password" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vm_key_file" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "github_api_pat" {
|
||||
type = string
|
||||
default = ""
|
||||
@@ -97,7 +102,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_password}"
|
||||
ssh_private_key_file = "${var.vm_key_file}"
|
||||
ssh_proxy_host = "${var.socks_proxy}"
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,11 @@ variable "vm_password" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vm_key_file" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "github_api_pat" {
|
||||
type = string
|
||||
default = ""
|
||||
@@ -96,7 +101,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_password}"
|
||||
ssh_private_key_file = "${var.vm_key_file}"
|
||||
ssh_proxy_host = "${var.socks_proxy}"
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,11 @@ variable "vm_password" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vm_key_file" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "github_api_pat" {
|
||||
type = string
|
||||
default = ""
|
||||
@@ -97,7 +102,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_password}"
|
||||
ssh_private_key_file = "${var.vm_key_file}"
|
||||
ssh_proxy_host = "${var.socks_proxy}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user