This commit is contained in:
@@ -58,3 +58,9 @@ variable "ssh_private_key" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "root_password" {
|
||||
description = "Root Password für Staging VM"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user