feat: allow password to be null
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-30 10:43:24 +01:00
parent ffa5725a25
commit 7b728727ff
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -55,6 +55,7 @@ variable "ssh_private" {
variable "user_password" {
sensitive = true
default = null
}
variable "cpu" {