during execution of : ``` gcloud projects add-iam-policy-binding $PROJECT_ID --member="serviceAccount:$LIST_PROJECTS_SERVICE_ACCOUNT" --role="roles/compute.browser" ``` I got output : ``` (gcloud.projects.add-iam-policy-binding) INVALID_ARGUMENT: Role roles/compute.browser is not supported for this resource. ``` Is it correct configuration ?
during execution of :
I got output :
Is it correct configuration ?