Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.8 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.8 KB

Azure Kubernetes Service Module

Providers

Name Version
azurerm 3.106.1
random 3.3.2

Modules

Name Source Version
aks Azure/aks/azurerm 8.0.0

Requirements

Name Version
terraform >=1.4
azurerm >=3.11.0, <4.0
random 3.3.2

Inputs

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

Resources

Name Type
azurerm_container_registry.core resource
azurerm_resource_group.main resource
random_id.prefix resource
random_string.acr_suffix resource