We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7b668 commit 4d60e24Copy full SHA for 4d60e24
24-Azure-AKS-Terraform/24-03-Create-AKS-Cluster/README.md
@@ -95,7 +95,7 @@ resource "azurerm_log_analytics_workspace" "insights" {
95
96
## Step-06: Create Azure AD Group for AKS Admins Terraform Resource
97
- To enable AKS AAD Integration, we need to provide Azure AD group object id.
98
-- We wil create a Azure Active Directory group for AKS Admins
+- We wil create a [Azure Active Directory group](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/group) for AKS Admins
99
```
100
# Create Azure AD Group in Active Directory for AKS Admins
101
resource "azuread_group" "aks_administrators" {
0 commit comments