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: kubernetes-cluster/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Basic usage of this module is as follows:
15
15
aks_cluster_name = ""
16
16
aks_node_resource_group_name = ""
17
17
application_name = ""
18
+
authentication_method = ""
18
19
automatic_upgrade_channel = ""
19
20
cluster_admin_group_names = [
20
21
""
@@ -88,6 +89,7 @@ Basic usage of this module is as follows:
88
89
| <aname="input_aks_cluster_name"></a> [aks_cluster_name](#input_aks_cluster_name)| Name of Aks cluster in Azure |`string`| no |
89
90
| <aname="input_aks_node_resource_group_name"></a> [aks_node_resource_group_name](#input_aks_node_resource_group_name)| Azure node resource group name |`string`| no |
90
91
| <aname="input_application_name"></a> [application_name](#input_application_name)| Azure application name tag value |`string`| no |
92
+
| <aname="input_authentication_method"></a> [authentication_method](#input_authentication_method)| Specify 'identity' to use SystemAssigned identity or 'service_principal' to use service principal |`string`| no |
91
93
| <aname="input_automatic_upgrade_channel"></a> [automatic_upgrade_channel](#input_automatic_upgrade_channel)| The upgrade channel for this Kubernetes Cluster |`string`| no |
92
94
| <aname="input_cluster_admin_group_names"></a> [cluster_admin_group_names](#input_cluster_admin_group_names)| Name of Azure AD groups to provide cluster admin permissions. |`list(string)`| no |
93
95
| <aname="input_default_nodepool_autoscaling"></a> [default_nodepool_autoscaling](#input_default_nodepool_autoscaling)| Enable auto scaling in default nodepool |`bool`| no |
0 commit comments