Skip to content

azuread_group_role_management_policy - issue in docs example #1731

Description

@gsbence

I found a small error in the docs example usage for azuread_group_role_management_policy:

resource "azuread_group_role_management_policy" "example" {
  group_id = azuread_group.example.id     # should be azuread_group.example.object_id
  role_id  = "member" 

The issue is on line 14.

Related error:

Error: expected "group_id" to be a valid UUID, got /groups/<UUID>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions