fixes
This commit is contained in:
@@ -26,6 +26,12 @@ variable "target_nodes" {
|
||||
}
|
||||
}
|
||||
|
||||
variable "admin_user" { type = string }
|
||||
variable "admin_password" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "ssh_public_key" { type = string }
|
||||
variable "bridge" {
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user