Skip to content

azuread/groups

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azuread_group.group["azuread_group.group"] data.azuread_user.main["data.azuread_user.main"]

Module Reference

Category: azuread
Path: modules/azuread/groups
Azure Resources: azuread_group

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
azuread_groups Set of groups to be created. any yes - -
tenant_id The tenant ID of the Azure AD environment where to create the groups. string yes - -
client_config Client configuration object (see module README.md). any yes - -
remote_objects Remote objects configuration. any no {} -

Outputs

Name Description Sensitive Value
id The ID of the group created. - azuread_group.group.id
object_id The object ID of the group created. - azuread_group.group.object_id
display_name The display name for the group. - azuread_group.group.display_name
tenant_id The tenand_id of the group created. - var.tenant_id
rbac_id This attribute is used to set the role assignment. - azuread_group.group.object_id

Sources

  • modules/azuread/groups/group.tf
  • modules/azuread/groups/outputs.tf
  • modules/azuread/groups/variables.tf