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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ No modules.
319
319
| <aname="input_create_role_assignments_for_application_gateway"></a> [create\_role\_assignments\_for\_application\_gateway](#input\_create\_role\_assignments\_for\_application\_gateway)| (Optional) Whether to create the corresponding role assignments for application gateway or not. Defaults to `true`. |`bool`|`true`| no |
320
320
| <aname="input_default_node_pool_fips_enabled"></a> [default\_node\_pool\_fips\_enabled](#input\_default\_node\_pool\_fips\_enabled)| (Optional) Should the nodes in this Node Pool have Federal Information Processing Standard enabled? Changing this forces a new resource to be created. |`bool`|`null`| no |
321
321
| <aname="input_disk_encryption_set_id"></a> [disk\_encryption\_set\_id](#input\_disk\_encryption\_set\_id)| (Optional) The ID of the Disk Encryption Set which should be used for the Nodes and Volumes. More information [can be found in the documentation](https://docs.microsoft.com/azure/aks/azure-disk-customer-managed-keys). Changing this forces a new resource to be created. |`string`|`null`| no |
322
-
| <aname="input_dns_prefix_private_cluster"></a> [dns\_prefix\_private\_cluster](#input\_dns\_prefix\_private\_cluster)| (Optional) Specifies the DNS prefix to use with private clusters. Changing this forces a new resource to be created. |`string`|`null`| no |
322
+
| <aname="input_dns_prefix_private_cluster"></a> [dns\_prefix\_private\_cluster](#input\_dns\_prefix\_private\_cluster)| (Optional) Specifies the DNS prefix to use with private clusters. Only one of `var.prefix,var.dns_prefix_private_cluster` can be specified. Changing this forces a new resource to be created. |`string`|`null`| no |
323
323
| <aname="input_ebpf_data_plane"></a> [ebpf\_data\_plane](#input\_ebpf\_data\_plane)| (Optional) Specifies the eBPF data plane used for building the Kubernetes network. Possible value is `cilium`. Changing this forces a new resource to be created. |`string`|`null`| no |
324
324
| <aname="input_enable_auto_scaling"></a> [enable\_auto\_scaling](#input\_enable\_auto\_scaling)| Enable node pool autoscaling |`bool`|`false`| no |
325
325
| <aname="input_enable_host_encryption"></a> [enable\_host\_encryption](#input\_enable\_host\_encryption)| Enable Host Encryption for default node pool. Encryption at host feature must be enabled on the subscription: https://docs.microsoft.com/azure/virtual-machines/linux/disks-enable-host-based-encryption-cli|`bool`|`false`| no |
@@ -387,7 +387,7 @@ No modules.
387
387
| <aname="input_os_disk_type"></a> [os\_disk\_type](#input\_os\_disk\_type)| The type of disk which should be used for the Operating System. Possible values are `Ephemeral` and `Managed`. Defaults to `Managed`. Changing this forces a new resource to be created. |`string`|`"Managed"`| no |
388
388
| <aname="input_os_sku"></a> [os\_sku](#input\_os\_sku)| (Optional) Specifies the OS SKU used by the agent pool. Possible values include: `Ubuntu`, `CBLMariner`, `Mariner`, `Windows2019`, `Windows2022`. If not specified, the default is `Ubuntu` if OSType=Linux or `Windows2019` if OSType=Windows. And the default Windows OSSKU will be changed to `Windows2022` after Windows2019 is deprecated. Changing this forces a new resource to be created. |`string`|`null`| no |
389
389
| <aname="input_pod_subnet_id"></a> [pod\_subnet\_id](#input\_pod\_subnet\_id)| (Optional) The ID of the Subnet where the pods in the default Node Pool should exist. Changing this forces a new resource to be created. |`string`|`null`| no |
390
-
| <aname="input_prefix"></a> [prefix](#input\_prefix)| (Optional) The prefix for the resources created in the specified Azure Resource Group. Omitting this variable requires both `var.cluster_log_analytics_workspace_name` and `var.cluster_name` have been set. |`string`|`""`| no |
390
+
| <aname="input_prefix"></a> [prefix](#input\_prefix)| (Optional) The prefix for the resources created in the specified Azure Resource Group. Omitting this variable requires both `var.cluster_log_analytics_workspace_name` and `var.cluster_name` have been set. Only one of `var.prefix,var.dns_prefix_private_cluster` can be specified. |`string`|`""`| no |
391
391
| <aname="input_private_cluster_enabled"></a> [private\_cluster\_enabled](#input\_private\_cluster\_enabled)| If true cluster API server will be exposed only on internal IP address and available only in cluster vnet. |`bool`|`false`| no |
392
392
| <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 |
393
393
| <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 |
description="(Optional) Specifies the DNS prefix to use with private clusters. Changing this forces a new resource to be created."
460
+
description="(Optional) Specifies the DNS prefix to use with private clusters. Only one of `var.prefix,var.dns_prefix_private_cluster` can be specified. Changing this forces a new resource to be created."
461
461
}
462
462
463
463
variable"ebpf_data_plane" {
@@ -1223,8 +1223,7 @@ variable "pod_subnet_id" {
1223
1223
variable"prefix" {
1224
1224
type=string
1225
1225
default=""
1226
-
description="(Optional) The prefix for the resources created in the specified Azure Resource Group. Omitting this variable requires both `var.cluster_log_analytics_workspace_name` and `var.cluster_name` have been set."
1227
-
nullable=false
1226
+
description="(Optional) The prefix for the resources created in the specified Azure Resource Group. Omitting this variable requires both `var.cluster_log_analytics_workspace_name` and `var.cluster_name` have been set. Only one of `var.prefix,var.dns_prefix_private_cluster` can be specified."
0 commit comments