» azuread_group

Manages a Group within Azure Active Directory.

» Example Usage

resource "azuread_group" "my_group" {
  name = "MyGroup"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) The display name for the Group.

» Attributes Reference

The following attributes are exported:

  • id - The Object ID of the Group.

  • name - The Display Name of the Group.

» Import

Azure Active Directory Groups can be imported using the object id, e.g.

terraform import azuread_group.my_group 00000000-0000-0000-0000-000000000000