Skip to content

Commit 90d89c1

Browse files
committed
adding support to terraform v0.13
1 parent be752a8 commit 90d89c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/windows_vm_scale_sets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/windows_vm_scale_sets/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)