Skip to content

Commit

Permalink
Due to problems with empty strings, the Admin_Password is now set to …
Browse files Browse the repository at this point in the history
…null as default
  • Loading branch information
habr-mms committed Jul 21, 2023
1 parent 9b96277 commit 9f74b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f74b21

Please sign in to comment.