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: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,13 +384,9 @@ No modules.
384
384
| <aname="input_net_profile_dns_service_ip"></a> [net\_profile\_dns\_service\_ip](#input\_net\_profile\_dns\_service\_ip)| (Optional) IP address within the Kubernetes service address range that will be used by cluster service discovery (kube-dns). Changing this forces a new resource to be created. |`string`|`null`| no |
385
385
| <aname="input_net_profile_outbound_type"></a> [net\_profile\_outbound\_type](#input\_net\_profile\_outbound\_type)| (Optional) The outbound (egress) routing method which should be used for this Kubernetes Cluster. Possible values are loadBalancer and userDefinedRouting. Defaults to loadBalancer. |`string`|`"loadBalancer"`| no |
386
386
| <aname="input_net_profile_pod_cidr"></a> [net\_profile\_pod\_cidr](#input\_net\_profile\_pod\_cidr)| (Optional) The CIDR to use for pod IP addresses. This field can only be set when network\_plugin is set to kubenet or network\_plugin is set to azure and network\_plugin\_mode is set to overlay. Changing this forces a new resource to be created. |`string`|`null`| no |
387
-
| <aname="input_net_profile_pod_cidrs"></a> [net\_profile\_pod\_cidrs](#input\_net\_profile\_pod\_cidrs)| (Optional) A list of CIDRs to use for pod IP addresses. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created. |`list(string)`|`null`| no |
388
387
| <aname="input_net_profile_service_cidr"></a> [net\_profile\_service\_cidr](#input\_net\_profile\_service\_cidr)| (Optional) The Network Range used by the Kubernetes service. Changing this forces a new resource to be created. |`string`|`null`| no |
389
-
| <aname="input_net_profile_service_cidrs"></a> [net\_profile\_service\_cidrs](#input\_net\_profile\_service\_cidrs)| (Optional) A list of CIDRs to use for Kubernetes services. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created. |`list(string)`|`null`| no |
390
388
| <aname="input_network_contributor_role_assigned_subnet_ids"></a> [network\_contributor\_role\_assigned\_subnet\_ids](#input\_network\_contributor\_role\_assigned\_subnet\_ids)| Create role assignments for the AKS Service Principal to be a Network Contributor on the subnets used for the AKS Cluster, key should be static string, value should be subnet's id |`map(string)`|`{}`| no |
391
389
| <aname="input_network_data_plane"></a> [network\_data\_plane](#input\_network\_data\_plane)| (Optional) Specifies the data plane used for building the Kubernetes network. Possible values are `azure` and `cilium`. Defaults to `azure`. Disabling this forces a new resource to be created. |`string`|`null`| no |
392
-
| <aname="input_network_ip_versions"></a> [network\_ip\_versions](#input\_network\_ip\_versions)| (Optional) Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are `IPv4` and/or `IPv6`. `IPv4` must always be specified. Changing this forces a new resource to be created. |`list(string)`|`null`| no |
393
-
| <aname="input_network_mode"></a> [network\_mode](#input\_network\_mode)| (Optional) Network mode to be used with Azure CNI. Possible values are `bridge` and `transparent`. Changing this forces a new resource to be created. |`string`|`null`| no |
394
390
| <aname="input_network_plugin"></a> [network\_plugin](#input\_network\_plugin)| Network plugin to use for networking. |`string`|`"kubenet"`| no |
395
391
| <aname="input_network_plugin_mode"></a> [network\_plugin\_mode](#input\_network\_plugin\_mode)| (Optional) Specifies the network plugin mode used for building the Kubernetes network. Possible value is `overlay`. Changing this forces a new resource to be created. |`string`|`null`| no |
396
392
| <aname="input_network_policy"></a> [network\_policy](#input\_network\_policy)| (Optional) Sets up network policy to be used with Azure CNI. Network policy allows us to control the traffic flow between pods. Currently supported values are calico and azure. Changing this forces a new resource to be created. |`string`|`null`| no |
@@ -412,7 +408,6 @@ No modules.
412
408
| <aname="input_private_cluster_public_fqdn_enabled"></a> [private\_cluster\_public\_fqdn\_enabled](#input\_private\_cluster\_public\_fqdn\_enabled)| (Optional) Specifies whether a Public FQDN for this Private Cluster should be added. Defaults to `false`. |`bool`|`false`| no |
413
409
| <aname="input_private_dns_zone_id"></a> [private\_dns\_zone\_id](#input\_private\_dns\_zone\_id)| (Optional) Either the ID of Private DNS Zone which should be delegated to this Cluster, `System` to have AKS manage this or `None`. In case of `None` you will need to bring your own DNS server and set up resolving, otherwise cluster will have issues after provisioning. Changing this forces a new resource to be created. |`string`|`null`| no |
414
410
| <aname="input_public_ssh_key"></a> [public\_ssh\_key](#input\_public\_ssh\_key)| A custom ssh key to control access to the AKS cluster. Changing this forces a new resource to be created. |`string`|`""`| no |
415
-
| <aname="input_rbac_aad"></a> [rbac\_aad](#input\_rbac\_aad)| (Optional) Is Azure Active Directory integration enabled? |`bool`|`true`| no |
416
411
| <aname="input_rbac_aad_admin_group_object_ids"></a> [rbac\_aad\_admin\_group\_object\_ids](#input\_rbac\_aad\_admin\_group\_object\_ids)| Object ID of groups with admin access. |`list(string)`|`null`| no |
417
412
| <aname="input_rbac_aad_azure_rbac_enabled"></a> [rbac\_aad\_azure\_rbac\_enabled](#input\_rbac\_aad\_azure\_rbac\_enabled)| (Optional) Is Role Based Access Control based on Azure AD enabled? |`bool`|`null`| no |
418
413
| <aname="input_rbac_aad_tenant_id"></a> [rbac\_aad\_tenant\_id](#input\_rbac\_aad\_tenant\_id)| (Optional) The Tenant ID used for Azure Active Directory Application. If this isn't specified the Tenant ID of the current Subscription is used. |`string`|`null`| no |
@@ -427,7 +422,6 @@ No modules.
427
422
| <aname="input_snapshot_id"></a> [snapshot\_id](#input\_snapshot\_id)| (Optional) The ID of the Snapshot which should be used to create this default Node Pool. `temporary_name_for_rotation` must be specified when changing this property. |`string`|`null`| no |
428
423
| <aname="input_storage_profile_blob_driver_enabled"></a> [storage\_profile\_blob\_driver\_enabled](#input\_storage\_profile\_blob\_driver\_enabled)| (Optional) Is the Blob CSI driver enabled? Defaults to `false`|`bool`|`false`| no |
429
424
| <aname="input_storage_profile_disk_driver_enabled"></a> [storage\_profile\_disk\_driver\_enabled](#input\_storage\_profile\_disk\_driver\_enabled)| (Optional) Is the Disk CSI driver enabled? Defaults to `true`|`bool`|`true`| no |
430
-
| <aname="input_storage_profile_disk_driver_version"></a> [storage\_profile\_disk\_driver\_version](#input\_storage\_profile\_disk\_driver\_version)| (Optional) Disk CSI Driver version to be used. Possible values are `v1` and `v2`. Defaults to `v1`. |`string`|`"v1"`| no |
431
425
| <aname="input_storage_profile_enabled"></a> [storage\_profile\_enabled](#input\_storage\_profile\_enabled)| Enable storage profile |`bool`|`false`| no |
432
426
| <aname="input_storage_profile_file_driver_enabled"></a> [storage\_profile\_file\_driver\_enabled](#input\_storage\_profile\_file\_driver\_enabled)| (Optional) Is the File CSI driver enabled? Defaults to `true`|`bool`|`true`| no |
433
427
| <aname="input_storage_profile_snapshot_controller_enabled"></a> [storage\_profile\_snapshot\_controller\_enabled](#input\_storage\_profile\_snapshot\_controller\_enabled)| (Optional) Is the Snapshot Controller enabled? Defaults to `true`|`bool`|`true`| no |
description=" (Optional) The CIDR to use for pod IP addresses. This field can only be set when network_plugin is set to kubenet or network_plugin is set to azure and network_plugin_mode is set to overlay. Changing this forces a new resource to be created."
990
990
}
991
991
992
-
variable"net_profile_pod_cidrs" {
993
-
type=list(string)
994
-
default=null
995
-
description="(Optional) A list of CIDRs to use for pod IP addresses. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created."
996
-
}
997
-
998
992
variable"net_profile_service_cidr" {
999
993
type=string
1000
994
default=null
1001
995
description="(Optional) The Network Range used by the Kubernetes service. Changing this forces a new resource to be created."
1002
996
}
1003
997
1004
-
variable"net_profile_service_cidrs" {
1005
-
type=list(string)
1006
-
default=null
1007
-
description="(Optional) A list of CIDRs to use for Kubernetes services. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created."
description="(Optional) Specifies the data plane used for building the Kubernetes network. Possible values are `azure` and `cilium`. Defaults to `azure`. Disabling this forces a new resource to be created."
1021
1009
}
1022
1010
1023
-
variable"network_ip_versions" {
1024
-
type=list(string)
1025
-
default=null
1026
-
description="(Optional) Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are `IPv4` and/or `IPv6`. `IPv4` must always be specified. Changing this forces a new resource to be created."
1027
-
}
1028
-
1029
-
variable"network_mode" {
1030
-
type=string
1031
-
default=null
1032
-
description="(Optional) Network mode to be used with Azure CNI. Possible values are `bridge` and `transparent`. Changing this forces a new resource to be created."
0 commit comments