This table represents the AKS Cluster resource from Microsoft Azure.

azure.aks_cluster

Fields

TitleIDTypeData TypeDescription
_keycorestring
api_server_access_profilecorejsonThe access profile for managed cluster API server.
azure_portal_fqdncorestringThe Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.
disable_local_accountscoreboolIf set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview).
disk_encryption_set_idcorestringThis is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'
dns_prefixcorestringThis cannot be updated once the Managed Cluster has been created.
enable_pod_security_policycorebool(DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp.
enable_rbaccoreboolWhether to enable Kubernetes Role-Based Access Control.
fqdncorestringThe FQDN of the master pool.
fqdn_subdomaincorestringThis cannot be updated once the Managed Cluster has been created.
idcorestringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
kubernetes_versioncorestringBoth patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.
locationcorestringThe geo-location where the resource lives
max_agent_poolscoreint64The max number of agent pools for the managed cluster.
namecorestringThe name of the resource
network_profilecorejsonThe network configuration profile.
node_resource_groupcorestringThe name of the resource group containing agent pool nodes.
power_statecorejsonThe Power State of the cluster.
private_fqdncorestringThe FQDN of private cluster.
provisioning_statecorestringThe current provisioning state.
resource_groupcorestring
service_principal_profilecorejsonInformation about a service principal identity for the cluster to use for manipulating Azure APIs.
skucorejsonThe managed cluster SKU.
subscription_idcorestring
subscription_namecorestring
tagscorehstore_csv
typecorestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
windows_profilecorejsonThe profile for Windows VMs in the Managed Cluster.