Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa committed Jan 15, 2025
1 parent 15f5b43 commit 325f6ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ resource "azurerm_stack_hci_windows_virtual_machine" "test" {
os_profile {
admin_username = "adminuser"
admin_password = "!password!@#$"
admin_password = "!Password!@#$"
computer_name = "testvm"
}
Expand Down Expand Up @@ -307,7 +307,7 @@ resource "azurerm_stack_hci_windows_virtual_machine" "test" {
os_profile {
admin_username = "adminuser"
admin_password = "!password!@#$"
admin_password = "!Password!@#$"
computer_name = "testvm"
}
Expand Down Expand Up @@ -399,7 +399,7 @@ resource "azurerm_stack_hci_windows_virtual_machine" "test" {
os_profile {
admin_username = "adminuser"
admin_password = "!password!@#$"
admin_password = "!Password!@#$"
computer_name = "testvm2"
automatic_update_enabled = true
time_zone = "UTC"
Expand Down

0 comments on commit 325f6ec

Please sign in to comment.