From 9f74b210979d1ec3dbc1f7c6b5c1c3f19a2eee95 Mon Sep 17 00:00:00 2001 From: Hauke Brandt Date: Fri, 21 Jul 2023 08:12:54 +0200 Subject: [PATCH] Due to problems with empty strings, the Admin_Password is now set to null as default --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index c378b5e3..6d50efc7 100644 --- a/variables.tf +++ b/variables.tf @@ -20,7 +20,7 @@ locals { linux_virtual_machine = { name = "" computer_name = "" - admin_password = "" + admin_password = null license_type = null allow_extension_operations = false availability_set_id = null