From 7b728727ff7adb0a4db24e6e9193d4da5819cc07 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 10:43:24 +0100 Subject: [PATCH] feat: allow password to be null Signed-off-by: kjuulh --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index 3ce0669..180202d 100644 --- a/variables.tf +++ b/variables.tf @@ -55,6 +55,7 @@ variable "ssh_private" { variable "user_password" { sensitive = true + default = null } variable "cpu" {