File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments