terraform-provider-grafana icon indicating copy to clipboard operation
terraform-provider-grafana copied to clipboard

Add checks if a user is already in the org due to auto_assign_org_id

Open PovilasV1 opened this issue 1 year ago • 2 comments

related to https://github.com/grafana/terraform-provider-grafana/issues/1750

If the user is added to org by auto_assign_org_id, the provider doesn't see it and tries to add it again, skipping the role update.

There might be a better solution, but I don't have experience with Terraform providers and Golang.

PovilasV1 avatar Aug 07 '24 07:08 PovilasV1