File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ module "vmscaleset" {
116116 windows_distribution_name = "windows2019dc"
117117 instances_count = 2
118118 admin_username = "azureadmin"
119- admin_password = "complex_password "
119+ admin_password = "P@$$w0rd1234! "
120120
121121 # Public and private load balancer support for VM scale sets
122122 # Specify health probe port to allow LB to detect the backend endpoint status
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module "vmscaleset" {
3030 windows_distribution_name = "windows2019dc"
3131 instances_count = 2
3232 admin_username = "azureadmin"
33- admin_password = "complex_password "
33+ admin_password = "P@$$w0rd1234! "
3434
3535 # Public and private load balancer support for VM scale sets
3636 # Specify health probe port to allow LB to detect the backend endpoint status
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module "vmscaleset" {
2323 windows_distribution_name = " windows2019dc"
2424 instances_count = 2
2525 admin_username = " azureadmin"
26- admin_password = " complex_password "
26+ admin_password = " P@$$w0rd1234! "
2727
2828 # Public and private load balancer support for VM scale sets
2929 # Specify health probe port to allow LB to detect the backend endpoint status
You can’t perform that action at this time.
0 commit comments