Skip to content

Commit 7c61476

Browse files
committed
AD Group description fix
1 parent 10cf78c commit 7c61476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Create Azure AD Group in Active Directory for AKS Admins
22
resource "azuread_group" "aks_administrators" {
33
name = "${azurerm_resource_group.aks_rg.name}-administrators"
4-
description = "Azure AKS Kubernetes administrators for the ${azurerm_resource_group.aks_rg.name}-${var.environment} cluster."
4+
description = "Azure AKS Kubernetes administrators for the ${azurerm_resource_group.aks_rg.name}-administrators cluster."
55
}

0 commit comments

Comments
 (0)