Skip to content

Commit

Permalink
Merge pull request #7 from habr-mms/correct_null_values
Browse files Browse the repository at this point in the history
Null values instead of empty strings for admin_password
  • Loading branch information
habr-mms committed Jul 21, 2023
2 parents 9b96277 + 9f74b21 commit 7c78cf3
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 7c78cf3

Please sign in to comment.