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 c029026 commit 9d49701Copy full SHA for 9d49701
modules/meshcloud-replicator-service-principal/module.tf
@@ -315,6 +315,7 @@ resource "azurerm_management_group_policy_assignment" "privilege-escalation-prev
315
//---------------------------------------------------------------------------
316
resource "azuread_administrative_unit" "meshcloud_replicator_au" {
317
count = var.administrative_unit_name == null ? 0 : 1
318
+ description = "Administrative Unit for meshStack replicator"
319
display_name = var.administrative_unit_name
320
}
321
0 commit comments