ENHANCEMENTS:
- Variable
enable_kube_dashboardhas been removed as #181 described. (#187) - Add new variable
locationso we can define location for the resources explicitly. (#172) - Bump AzureRM Provider version to 3.3.0. (#157)
- Add new variable
private_dns_zone_idto make argumentprivate_dns_zone_idconfigurable. (#174) - Add new variable
open_service_mesh_enabledto make argumentopen_service_mesh_enabledconfigurable. (#132) - Remove
addon_profilein the outputs since the block has been removed from provider 3.x. Extract embedded blocks insideaddon_profileblock into standalone outputs. (#188) - Add
nullable = trueto some variables to simplify the conditional expressions. (#193) - Add new variable
oidc_issuer_enabledto make argumentoidc_issuer_enabledconfigurable. (#205 - Add new output
oidc_issuer_urlto expose the created issuer URL from the module. #206) - Turn monitoring on in the test code. (#201)
- Add new variables
private_dns_zone_idandprivate_cluster_public_fqdn_enabledto make argumentsprivate_dns_zone_idandprivate_cluster_public_fqdn_enabledconfigurable. (#149) - Remove
module.ssh-keyand moves resourcetls_private_keyinside the module to root directory, then outputs tls keys. (#189) - Add new variables
rbac_aad_azure_rbac_enabledandrbac_aad_tenant_idto make arguments inazure_active_directory_role_based_access_controlconfigurable. (#199) - Add
countmeta-argument to resourcetls_private_keyto avoid the unnecessary creation. (#209) - Add new variable
only_critical_addons_enabledto make argumentonly_critical_addons_enabledin blockdefault_node_poolconfigurable. (#129) - Add support for the argument
key_vault_secrets_provider. (#214) - Provides a way to attach existing Log Analytics Workspace to AKS through Container Insights. (#213)
- Add new variable
local_account_disabledto make argumentlocal_account_disabledconfigurable. (#218) - Set argument
private_cluster_enabledtotruein the test code. (#219) - Add new variable
disk_encryption_set_idto make argumentdisk_encryption_set_idconfigurable. Create resourceazurerm_disk_encryption_setin the test code to turn disk encryption on for the cluster. (#195) - Add new variable
api_server_authorized_ip_rangesto make argumentapi_server_authorized_ip_rangesconfigurable. (#220) - Rename output
system_assigned_identitytocluster_identitysince it could be user assigned identity. Remove the index inside output's value expression. (#197) - Rename
var.enable_azure_policytovar.azure_policy_enabledto meet the naming convention. Setazure_policy_enabledtotruein test fixture code. (#203)
BUG FIXES:
- Change the incorrect description of variable
tags. (#175)