From 5aca3b96e788da21535624f8cb9024c8221dd087 Mon Sep 17 00:00:00 2001 From: Bianca <105657837+biancaines@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:09:47 -0400 Subject: [PATCH] Update docs/gcp-worker-guide.md Co-authored-by: Jeff Hale --- docs/gcp-worker-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gcp-worker-guide.md b/docs/gcp-worker-guide.md index 56bea40..bfea2d1 100644 --- a/docs/gcp-worker-guide.md +++ b/docs/gcp-worker-guide.md @@ -97,7 +97,7 @@ Now you're ready to create the GCP Credentials block. Navigate to the Blocks pag Copy the contents of the JSON key file in your directory and paste them into the `Service Account Info` field. Last but not least, save the block. -#### Fill Out the Work Pool Base Job Template +#### Fill out the work pool base job template You can create a new work pool using the Prefect UI or CLI. The following command creates a work pool of type `cloud-run`: ```bash prefect work-pool create --type cloud-run my-cloud-run-pool