Skip to content

Commit 4d60e24

Browse files
committed
Welcome to Stack Simplify
1 parent 5f7b668 commit 4d60e24

File tree

1 file changed

+1
-1
lines changed
  • 24-Azure-AKS-Terraform/24-03-Create-AKS-Cluster

1 file changed

+1
-1
lines changed

24-Azure-AKS-Terraform/24-03-Create-AKS-Cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "azurerm_log_analytics_workspace" "insights" {
9595

9696
## Step-06: Create Azure AD Group for AKS Admins Terraform Resource
9797
- 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
98+
- We wil create a [Azure Active Directory group](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/group) for AKS Admins
9999
```
100100
# Create Azure AD Group in Active Directory for AKS Admins
101101
resource "azuread_group" "aks_administrators" {

0 commit comments

Comments
 (0)