pulumiverse / pulumi-grafana

Pulumi provider for Grafana
Apache License 2.0
18 stars 10 forks source link

Ability to add individual role assignments #156

Open CmdrSharp opened 2 months ago

CmdrSharp commented 2 months ago

Currently, the Grafana Providers grafana.RoleAssignment controls all role assignments for a given role. The terraform provider nowadays also has a RoleAssignmentItem which can add the assignment to a single actor. This functionality should be lifted in, as exhaustively providing all teams/users for which a role is to be added is not always the simple approach.

This seems to have been introduced in 2.18.0 of the Terraform provider.

ImTomEddy commented 2 weeks ago

Hey @CmdrSharp this should be available from v0.5.1 of the pulumi-grafana package!