This example show the example of using the module to create multiple user-managed identities and also create kubernetes resources (optional) in AKS. The AKS creation and dependent resources are out of this module scope. This example assumes that AKS cluster and other dependent resources are already created.
Name | Version |
---|---|
terraform | >= 1.3 |
azurerm | ~> 3.85.0 |
kubernetes | ~>2.24 |
Name | Version |
---|---|
azurerm | 3.85.0 |
Name | Source | Version |
---|---|---|
complete_with_aks | ../../ | n/a |
Name | Type |
---|---|
azurerm_client_config.current | data source |
azurerm_dns_zone.example | data source |
azurerm_kubernetes_cluster.example | data source |
azurerm_resource_group.example | data source |
azurerm_subscription.current | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
dns_zone_name | DNS Zone name | string |
"example.learndevops.in" |
no |
prefix | Prefix for all resources in this example | string |
"wi-tf-mod" |
no |
No outputs.