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_aks_admin_group_object_id"></a> [aks\_admin\_group\_object\_id](#input\_aks\_admin\_group\_object\_id)| Object ID of the Azure AD group used for AKS admin access. If null, Azure AD RBAC will not be configured. |`string`|`null`| no |
233
233
| <aname="input_aks_cluster_name"></a> [aks\_cluster\_name](#input\_aks\_cluster\_name)| Name of the AKS cluster |`string`|`"prod-aks"`| no |
234
-
| <aname="input_allow_gateway_transit_from_hub"></a> [allow\_gateway\_transit\_from\_hub](#input\_allow\_gateway\_transit\_from\_hub)| Allow gateway transit from hub to spoke. Set to true if hub has a gateway and you want spoke to use it. |`bool`|`true`| no |
234
+
| <aname="input_allow_gateway_transit_from_hub"></a> [allow\_gateway\_transit\_from\_hub](#input\_allow\_gateway\_transit\_from\_hub)| Allow gateway transit from hub to spoke. Set to true if hub has a gateway and you want spoke to use it. |`bool`|`false`| no |
235
235
| <aname="input_dns_prefix"></a> [dns\_prefix](#input\_dns\_prefix)| DNS prefix for the AKS cluster |`string`|`"prodaks"`| no |
236
236
| <aname="input_dns_service_ip"></a> [dns\_service\_ip](#input\_dns\_service\_ip)| IP address for Kubernetes DNS service (must be within service\_cidr) |`string`|`"10.0.0.10"`| no |
237
237
| <aname="input_enable_auto_scaling"></a> [enable\_auto\_scaling](#input\_enable\_auto\_scaling)| Enable auto-scaling for the default node pool |`bool`|`false`| no |
@@ -257,7 +257,7 @@ No modules.
257
257
| <aname="input_subnet_address_prefix"></a> [subnet\_address\_prefix](#input\_subnet\_address\_prefix)| Address prefix for the AKS subnet (only used if subnet\_name is not provided) |`string`|`"10.240.0.0/20"`| no |
258
258
| <aname="input_subnet_name"></a> [subnet\_name](#input\_subnet\_name)| Name of the subnet for AKS. If not provided, a new subnet will be created. |`string`|`null`| no |
259
259
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to apply to all resources |`map(string)`|`{}`| no |
260
-
| <aname="input_vm_size"></a> [vm\_size](#input\_vm\_size)| Size of the virtual machines for the default node pool |`string`|`"Standard_DS3_v2"`| no |
260
+
| <aname="input_vm_size"></a> [vm\_size](#input\_vm\_size)| Size of the virtual machines for the default node pool |`string`|`"Standard_A2_v2"`| no |
261
261
| <aname="input_vnet_address_space"></a> [vnet\_address\_space](#input\_vnet\_address\_space)| Address space for the AKS virtual network (only used if vnet\_name is not provided) |`string`|`"10.240.0.0/16"`| no |
262
262
| <aname="input_vnet_name"></a> [vnet\_name](#input\_vnet\_name)| Name of the virtual network for AKS. If not provided, a new VNet will be created. |`string`|`null`| no |
0 commit comments