» Data Source: azurerm_management_group

Use this data source to access information about an existing Management Group.

» Example Usage

data "azurerm_management_group" "test" {
  group_id = "00000000-0000-0000-0000-000000000000"
}

output "display_name" {
  value = "${data.azurerm_management_group.test.display_name}"
}

» Argument Reference

The following arguments are supported:

  • group_id - (Required) Specifies the UUID of this Management Group.

» Attributes Reference

The following attributes are exported: