@@ -61,7 +61,6 @@ The `aks/azure` Terraform module provides a way to install and configure:
6161|https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password[random_password.grafana_admin_password] |resource
6262|https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string[random_string.storage_account] |resource
6363|https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/uuid[random_uuid.argocd_app_role] |resource
64- |https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/uuid[random_uuid.resource_app_id] |resource
6564|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config[azurerm_client_config.current] |data source
6665|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/dns_zone[azurerm_dns_zone.this] |data source
6766|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/kubernetes_cluster[azurerm_kubernetes_cluster.cluster] |data source
@@ -88,12 +87,24 @@ The `aks/azure` Terraform module provides a way to install and configure:
8887|`2`
8988|no
9089
90+ |[[input_agents_labels]] <<input_agents_labels,agents_labels>>
91+ |A map of Kubernetes labels which should be applied to nodes in the Default Node Pool. Changing this forces a new resource to be created.
92+ |`map(string)`
93+ |`{}`
94+ |no
95+
9196|[[input_agents_max_pods]] <<input_agents_max_pods,agents_max_pods>>
9297|(Optional) The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
9398|`number`
9499|`null`
95100|no
96101
102+ |[[input_agents_pool_name]] <<input_agents_pool_name,agents_pool_name>>
103+ |The default Azure AKS agentpool (nodepool) name.
104+ |`string`
105+ |`"nodepool"`
106+ |no
107+
97108|[[input_agents_size]] <<input_agents_size,agents_size>>
98109|The default virtual machine size for the Kubernetes agents
99110|`string`
@@ -231,6 +242,12 @@ object({
231242|n/a
232243|yes
233244
245+ |[[input_sku_tier]] <<input_sku_tier,sku_tier>>
246+ |The SKU Tier that should be used for this Kubernetes Cluster. Possible values are Free and Paid
247+ |`string`
248+ |`"Free"`
249+ |no
250+
234251|[[input_storage_account_replication_type]] <<input_storage_account_replication_type,storage_account_replication_type>>
235252|Storage account replication type for storing loki logs
236253|`string`
0 commit comments