@@ -31,11 +31,11 @@ module "vmscaleset" {
3131 # Windows Images: windows2012r2dc, windows2016dc, windows2019dc, windows2016dccore
3232 # Specify the RSA key for production workloads and set generate_admin_ssh_key argument to false
3333 # When you use Autoscaling feature, instances_count will become default and minimum instance count.
34- os_flavor = "linux"
35- windows_distribution_name = "ubuntu1804"
36- generate_admin_ssh_key = false
37- admin_ssh_key_data = "~/.ssh/id_rsa.pub"
38- instances_count = 2
34+ os_flavor = "linux"
35+ linux_distribution_name = "ubuntu1804"
36+ generate_admin_ssh_key = false
37+ admin_ssh_key_data = "~/.ssh/id_rsa.pub"
38+ instances_count = 2
3939
4040 # Public and private load balancer support for VM scale sets
4141 # Specify health probe port to allow LB to detect the backend endpoint status
@@ -47,7 +47,7 @@ module "vmscaleset" {
4747 load_balanced_port_list = [80, 443]
4848 additional_data_disks = [100, 200]
4949
50- # Enable Auto scaling feature for VM scaleset by set argument to true. P
50+ # Enable Auto scaling feature for VM scaleset by set argument to true.
5151 # Instances_count in VMSS will become default and minimum instance count.
5252 # Automatically scale out the number of VM instances based on CPU Average only.
5353 enable_autoscale_for_vmss = true
@@ -100,7 +100,7 @@ module "vmscaleset" {
100100 virtual_network_name = "vnet-demo-westeurope-001"
101101 subnet_name = "appgateway"
102102 vmscaleset_name = "testvmss"
103- vm_computer_name = "webserv1 "
103+ vm_computer_name = "websrv1 "
104104
105105 # (Optional) To enable Azure Monitoring and install log analytics agents
106106 log_analytics_workspace_name = var.log_analytics_workspace_id
0 commit comments