Create compute engine from instance-template using gcloud CLI
I want to create a compute engine from a instance-template using the gcloud CLI.
I have created a instance template named it-collector-server. When I try to create a server with the instance template I get a error: The resource 'projects/s-dev/global/instanceTemplates/it-collector-server' was not found
. What causes this error and how can I fix it?