adding machine type to VM create
This commit is contained in:
parent
d19d3f4de0
commit
5c4743db36
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ gcloud compute instances create $VM_NAME \
|
|||
--image-family $IMAGE_FAMILY \
|
||||
--image-project $IMAGE_PROJECT \
|
||||
--boot-disk-size $BOOT_DISK_SIZE \
|
||||
--machine-type=n1-standard-4 \
|
||||
--metadata-from-file startup-script=$tempfile \
|
||||
--zone $ZONE \
|
||||
--network $VPC_NAME \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue