Deleted wrong code

This commit is contained in:
Pavel Iakovenko
2024-07-12 16:55:10 -04:00
parent 0dbf1cb8a7
commit 284ffaacd7

View File

@@ -48,9 +48,9 @@ variable "vm_username" {
sensitive = true
}
variable "vm_key_file" {
variable "vm_password" {
type = string
default = ""
sensitive = true
}
variable "github_api_pat" {