Skip to content

Commit

Permalink
fix gcloud command
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored and travier committed Sep 9, 2024
1 parent 65ad57d commit 7f7dd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/provisioning-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ZONE='us-central-1a'
gcloud compute instances create \
--image-project "fedora-coreos-cloud" \
--image-family "fedora-coreos-${STREAM}" \
--zone "${ZONE} "${NAME}"
--zone "${ZONE}" "${NAME}"
----

TIP: You can find out the instance's assigned IP by running `gcloud compute instances list`
Expand Down

0 comments on commit 7f7dd28

Please sign in to comment.