You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grafanaUser, err:=api.CreateGrafanaUser(&cockpit.GlobalAPICreateGrafanaUserRequest{//nolint:staticcheck // legacy Grafana user resource uses deprecated API
76
76
ProjectID: projectID,
77
77
Login: login,
78
78
Role: role,
@@ -93,7 +93,7 @@ func ResourceCockpitGrafanaUserRead(ctx context.Context, d *schema.ResourceData,
listGrafanaUsers, err:=cockpitAPI.ListGrafanaUsers(&cockpit.GlobalAPIListGrafanaUsersRequest{//nolint:staticcheck // legacy Grafana user resource uses deprecated API
0 commit comments