From cccfc96dead9e9a3ca1caf3e55377c983ea081f2 Mon Sep 17 00:00:00 2001 From: Jeff Hale Date: Mon, 11 Mar 2024 09:57:40 -0400 Subject: [PATCH] Fix formatting in concept -> work-pools.md (#12230) --- docs/concepts/work-pools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/work-pools.md b/docs/concepts/work-pools.md index 504e79c47130..79df7bbcf3a8 100644 --- a/docs/concepts/work-pools.md +++ b/docs/concepts/work-pools.md @@ -95,7 +95,7 @@ If you don't use the `--type` flag to specify an infrastructure type, you are pr | Google Cloud Run - Push | Execute flow runs within containers on Google Cloud Run. Requires a Google Cloud Platform account. Flow runs are pushed directly to your environment, without the need for a Prefect worker. | | AWS Elastic Container Service - Push | Execute flow runs within containers on AWS ECS. Works with existing ECS clusters and serverless execution via AWS Fargate. Requires an AWS account. Flow runs are pushed directly to your environment, without the need for a Prefect worker. | | Azure Container Instances - Push | Execute flow runs within containers on Azure's Container Instances service. Requires an Azure account. Flow runs are pushed directly to your environment, without the need for a Prefect worker. | - | Modal - Push │ Execute flow runs on Modal. Requires a Modal account. Flow runs are pushed directly to your Modal workspace, without the need for a Prefect worker. | + | Modal - Push | Execute flow runs on Modal. Requires a Modal account. Flow runs are pushed directly to your Modal workspace, without the need for a Prefect worker. | | Prefect Managed | Execute flow runs within containers on Prefect managed infrastructure. | === "Prefect server instance"