terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Add checks if a user is already in the org due to auto_assign_org_id
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.