Name | Version |
---|---|
azurerm | 3.106.1 |
random | 3.3.2 |
Name | Source | Version |
---|---|---|
aks | Azure/aks/azurerm | 8.0.0 |
Name | Version |
---|---|
terraform | >=1.4 |
azurerm | >=3.11.0, <4.0 |
random | 3.3.2 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aks_subnet_id | The ID of the subnet in which to create the AKS cluster. | string |
n/a | yes |
appgw_subnet_id | The ID of the subnet in which to create the AKS cluster. | string |
n/a | yes |
create_resource_group | Create a new resource group for the AKS cluster. | bool |
true |
no |
location | The Azure Region in which all resources in this example should be created. | string |
"germanywestcentral" |
no |
private_cluster_enabled | A flag indicating whether or not to create a private AKS cluster. | bool |
true |
no |
rbac_aad_admin_group_object_ids | List of object IDs for the RBAC Azure AD admin group. | list(string) |
[] |
no |
resource_group_name | The name of the resource group in which to create the AKS cluster. | string |
null |
no |
tags | A map of tags to apply to all resources | map(any) |
{} |
no |
Name | Type |
---|---|
azurerm_container_registry.core | resource |
azurerm_resource_group.main | resource |
random_id.prefix | resource |
random_string.acr_suffix | resource |