Skip to content

Commit 7156ee3

Browse files
committed
Update documentation
1 parent 1351da5 commit 7156ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes-cluster/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Basic usage of this module is as follows:
1515
aks_cluster_name = ""
1616
aks_node_resource_group_name = ""
1717
application_name = ""
18+
authentication_method = ""
1819
automatic_upgrade_channel = ""
1920
cluster_admin_group_names = [
2021
""
@@ -88,6 +89,7 @@ Basic usage of this module is as follows:
8889
| <a name="input_aks_cluster_name"></a> [aks_cluster_name](#input_aks_cluster_name) | Name of Aks cluster in Azure | `string` | no |
8990
| <a name="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 |
9091
| <a name="input_application_name"></a> [application_name](#input_application_name) | Azure application name tag value | `string` | no |
92+
| <a name="input_authentication_method"></a> [authentication_method](#input_authentication_method) | Specify 'identity' to use SystemAssigned identity or 'service_principal' to use service principal | `string` | no |
9193
| <a name="input_automatic_upgrade_channel"></a> [automatic_upgrade_channel](#input_automatic_upgrade_channel) | The upgrade channel for this Kubernetes Cluster | `string` | no |
9294
| <a name="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 |
9395
| <a name="input_default_nodepool_autoscaling"></a> [default_nodepool_autoscaling](#input_default_nodepool_autoscaling) | Enable auto scaling in default nodepool | `bool` | no |

0 commit comments

Comments
 (0)