You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -338,9 +338,12 @@ Name | Description | Type | Default
338
338
`subnet_name`|The name of the subnet to use in VM scale set|string |`""`
339
339
`vmscaleset_name`|Specifies the name of the virtual machine scale set resource|string | `""`
340
340
`log_analytics_workspace_name`|The name of log analytics workspace name|string | `""`
341
-
`hub_storage_account_name`|The name of the hub storage account to store logs|string | `""`
341
+
`storage_account_name`|The name of the hub storage account to store logs|string | `""`
342
+
`enable_load_balancer`|Controls if public load balancer should be created|sting|`true`
342
343
`load_balancer_sku`|The SKU of the Azure Load Balancer. Accepted values are `Basic` and `Standard`|string | `"Standard"`
343
344
`load_balancer_type`|Controls the type of load balancer should be created. Possible values are `public` and `private`|string | `"private"`
345
+
`public_ip_allocation_method`|Defines the allocation method for this IP address. Possible values are `Static` or `Dynamic`|string|`Static`
346
+
`public_ip_sku`|The SKU of the Public IP. Accepted values are `Basic` and `Standard`|string|`Standard`
344
347
`enable_lb_nat_pool`|If enabled load balancer NAT pool will be created for SSH if flavor is Linux and for RDP if flavor is windows|string|`false`
345
348
`nat_pool_frontend_ports`|Optional override for default NAT ports|list(number)|`[50000, 50119]`
346
349
`os_flavor`|Specify the flavor of the operating system image to deploy Virtual Machine. Possible values are `windows` and `linux`|string |`"windows"`
@@ -367,6 +370,7 @@ Name | Description | Type | Default
367
370
`disable_password_authentication`|Should Password Authentication be disabled on this Virtual Machine. Applicable to Linux Virtual machine|string|`true`
368
371
`admin_username`|The username of the local administrator used for the Virtual Machine|string|`"azureadmin"`
369
372
`admin_password`|The Password which should be used for the local-administrator on the Virtual Machines|string|`null`
373
+
`random_password_length`|The desired length of random password created by this module|number|`24`
370
374
`private_ip_address_allocation_type`|The allocation method used for the Private IP Address. Possible values are Dynamic and Static.|string|`false`
371
375
`lb_private_ip_address`|The Static Private IP Address to assign to the Load Balancer. This is valid only when `private_ip_address_allocation` is set to `Static`.|string|`null`
372
376
`enable_ip_forwarding`|Should IP Forwarding be enabled?|string|`false`
@@ -380,6 +384,9 @@ Name | Description | Type | Default
380
384
`scale_out_cpu_percentage_threshold`|Specifies the threshold % of the metric that triggers the scale out action.|number|80
381
385
`scale_in_cpu_percentage_threshold`|Specifies the threshold % of the metric that triggers the scale in action.|number|20
382
386
`scaling_action_instances_number`|The number of instances involved in the scaling action|number|`1`
387
+
`intall_iis_server_on_instances`|Install ISS server on every Instance in the VM scale set|string|`false`
388
+
`vm_time_zone`|Specifies the Time Zone which should be used by the Virtual Machine. Ex. `"UTC"` or `"W. Europe Standard Time"`[The possible values are defined here](https://jackstromberg.com/2017/01/list-of-time-zones-consumed-by-azure/) |string|`null`
389
+
`deploy_log_analytics_agent`|Install log analytics agent to windows or linux VM scaleset instances|string|`false`
383
390
`Tags`|A map of tags to add to all resources|map|`{}`
0 commit comments