update key to variable

This commit is contained in:
2025-09-22 10:40:52 -05:00
parent cb99f1f5d2
commit 59826cb7a9
3 changed files with 8 additions and 8 deletions

View File

@@ -142,3 +142,10 @@ variable "ssh_password" {
default = ""
sensitive = true
}
variable "ssh_private_key" {
type = string
description = "The private key to use to authenticate over SSH."
default = ""
sensitive = true
}