Skip to content

Commit

Permalink
gcp: fix zone
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 7f7dd28 commit 47fb9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/provisioning-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NOTE: Currently, we don't support logging in using SSH through the GCP web conso
----
STREAM='stable'
NAME='fcos-node01'
ZONE='us-central-1a'
ZONE='us-central1-a'
gcloud compute instances create \
--image-project "fedora-coreos-cloud" \
--image-family "fedora-coreos-${STREAM}" \
Expand All @@ -74,7 +74,7 @@ From the command-line, use `--metadata-from-file`:
----
STREAM='stable'
NAME='fcos-node01'
ZONE='us-central-1a'
ZONE='us-central1-a'
CONFIG='example.ign'
gcloud compute instances create \
--image-project "fedora-coreos-cloud" \
Expand Down

0 comments on commit 47fb9c0

Please sign in to comment.