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:
2024-11-30 10:43:24 +01:00
parent ffa5725a25
commit 7b728727ff

View File

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