79559634

Date: 2025-04-07 10:38:31
Score: 2.5
Natty:
Report link

MY_TEMPLATE=$(echo $(gcloud compute instance-templates list --format="value(selfLink)"))
gcloud compute instances create my-test-vm --source-instance-template="$MY_TEMPLATE"
or
gcloud compute instances create my-test-vm --zone="europe-north1-a" --source-instance-template="$MY_TEMPLATE"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Niki Ralev