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 10cf78c commit 7c61476Copy full SHA for 7c61476
terraform-manifests/06-aks-administrators-azure-ad.tf
@@ -1,5 +1,5 @@
1
# Create Azure AD Group in Active Directory for AKS Admins
2
resource "azuread_group" "aks_administrators" {
3
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."
+ description = "Azure AKS Kubernetes administrators for the ${azurerm_resource_group.aks_rg.name}-administrators cluster."
5
}
0 commit comments