Skip to content

Commit 03767a6

Browse files
authored
Merge pull request #2 from kumarvna/develop
adding support to terraform v0.13
2 parents 59ca036 + 785f19b commit 03767a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ module "vmscaleset" {
3838
# Windows Images: windows2012r2dc, windows2016dc, windows2019dc, windows2016dccore
3939
# Specify the RSA key for production workloads and set generate_admin_ssh_key argument to false
4040
# When you use Autoscaling feature, instances_count will become default and minimum instance count.
41-
os_flavor = "linux"
42-
windows_distribution_name = "ubuntu1804"
43-
generate_admin_ssh_key = false
44-
admin_ssh_key_data = "~/.ssh/id_rsa.pub"
45-
instances_count = 2
41+
os_flavor = "linux"
42+
linux_distribution_name = "ubuntu1804"
43+
generate_admin_ssh_key = false
44+
admin_ssh_key_data = "~/.ssh/id_rsa.pub"
45+
instances_count = 2
4646
4747
# Public and private load balancer support for VM scale sets
4848
# Specify health probe port to allow LB to detect the backend endpoint status

0 commit comments

Comments
 (0)