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
| <aname="input_ultra_ssd_enabled"></a> [ultra\_ssd\_enabled](#input\_ultra\_ssd\_enabled)| (Optional) Used to specify whether the UltraSSD is enabled in the Default Node Pool. Defaults to false. |`bool`|`false`| no |
396
396
| <aname="input_vnet_subnet_id"></a> [vnet\_subnet\_id](#input\_vnet\_subnet\_id)| (Optional) The ID of a Subnet where the Kubernetes Node Pool should exist. Changing this forces a new resource to be created. |`string`|`null`| no |
397
397
| <aname="input_web_app_routing"></a> [web\_app\_routing](#input\_web\_app\_routing)| object({<br> dns\_zone\_id = "(Required) Specifies the ID of the DNS Zone in which DNS entries are created for applications deployed to the cluster when Web App Routing is enabled."<br>}) | <pre>object({<br> dns_zone_id = string<br> })</pre> |`null`| no |
398
+
| <aname="input_workload_autoscaler_profile"></a> [workload\_autoscaler\_profile](#input\_workload\_autoscaler\_profile)|`keda_enabled` - (Optional) Specifies whether KEDA Autoscaler can be used for workloads.<br>`vertical_pod_autoscaler_enabled` - (Optional) Specifies whether Vertical Pod Autoscaler should be enabled. | <pre>object({<br> keda_enabled = optional(bool, false)<br> vertical_pod_autoscaler_enabled = optional(bool, false)<br> })</pre> |`null`| no |
398
399
| <aname="input_workload_identity_enabled"></a> [workload\_identity\_enabled](#input\_workload\_identity\_enabled)| Enable or Disable Workload Identity. Defaults to false. |`bool`|`false`| no |
0 commit comments