I created an instance group based, but when i describe it using the following command, i get the following error:
gcloud compute instance-groups managed describe <instance-group-name> --region=us-central1
ERROR: (gcloud.compute.instance-groups.managed.describe) HTTPError 404: The resource 'projects/<project-name>/regions/us-central1/instanceGroupManagers/<instance-group-name>' was not found.
What am i missing here?