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
Copy file name to clipboardExpand all lines: aks/terraform/modules/broker-node-pool/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ No modules.
37
37
| <aname="input_node_pool_taints"></a> [node\_pool\_taints](#input\_node\_pool\_taints)| Kubernetes taints added to worker nodes in the node pools. |`list(string)`| n/a | yes |
38
38
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The subnet that will contain the worker nodes in each node pool. |`string`| n/a | yes |
39
39
| <aname="input_worker_node_disk_size"></a> [worker\_node\_disk\_size](#input\_worker\_node\_disk\_size)| The OS disk size (in GB) used for the worker nodes in each node pool. |`string`| n/a | yes |
40
+
| <aname="input_worker_node_disk_type"></a> [worker\_node\_disk\_type](#input\_worker\_node\_disk\_type)| The type of the OS disk for the worker nodes in each node pool. |`string`|`"Ephemeral"`| no |
40
41
| <aname="input_worker_node_vm_size"></a> [worker\_node\_vm\_size](#input\_worker\_node\_vm\_size)| The VM size used for the worker nodes in each node pool. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: aks/terraform/modules/cluster/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,10 @@ No modules.
54
54
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| The name of the resource group that will contain the cluster. |`string`| n/a | yes |
55
55
| <aname="input_route_table_id"></a> [route\_table\_id](#input\_route\_table\_id)| The ID of the route table of the subnet where the cluster will reside. |`string`| n/a | yes |
56
56
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The ID of the subnet where the cluster will reside. |`string`| n/a | yes |
57
+
| <aname="input_worker_node_os_disk_size_gb"></a> [worker\_node\_os\_disk\_size\_gb](#input\_worker\_node\_os\_disk\_size\_gb)| The size of the OS disk for the worker nodes in the default (system) node pool. |`number`|`48`| no |
58
+
| <aname="input_worker_node_os_disk_type"></a> [worker\_node\_os\_disk\_type](#input\_worker\_node\_os\_disk\_type)| The type of the OS disk for the worker nodes in the default (system) node pool. |`string`|`"Ephemeral"`| no |
57
59
| <aname="input_worker_node_ssh_public_key"></a> [worker\_node\_ssh\_public\_key](#input\_worker\_node\_ssh\_public\_key)| The public key that will be added to the authorized keys file on the worker nodes for SSH access. |`string`| n/a | yes |
60
+
| <aname="input_worker_node_vm_size"></a> [worker\_node\_vm\_size](#input\_worker\_node\_vm\_size)| The default VM size for the worker nodes in the default (system) node pool. |`string`| n/a | yes |
0 commit comments