From 78567ede6a5c63d0036050f8ece5b3f458d7efed Mon Sep 17 00:00:00 2001 From: Tihomir Jovicic Date: Thu, 10 Jun 2021 11:54:03 +0200 Subject: [PATCH] Update cloudrun universe docs Signed-off-by: Tihomir Jovicic --- docs/reference/universe/gcp/cloudrun.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/reference/universe/gcp/cloudrun.md b/docs/reference/universe/gcp/cloudrun.md index aa9e2121..a4213ca4 100644 --- a/docs/reference/universe/gcp/cloudrun.md +++ b/docs/reference/universe/gcp/cloudrun.md @@ -10,15 +10,14 @@ Deploy deploys a Cloud Run service based on provided GCR image ### #Deploy Inputs -| Name | Type | Description | -| ------------- |:-------------: |:-------------: | -|*config.region* | `string` |GCP region | -|*config.project* | `string` |GCP project | -|*config.serviceKey* | `dagger.#Secret` |GCP service key | -|*serviceName* | `string` |service name | -|*region* | `*"us-west2" \| string` |region to which deploy the service | -|*image* | `string` |GCR image ref | -|*platform* | `*"managed" \| string` |Cloud Run platform | +| Name | Type | Description | +| ------------- |:-------------: |:-------------: | +|*config.region* | `string` |GCP region | +|*config.project* | `string` |GCP project | +|*config.serviceKey* | `dagger.#Secret` |GCP service key | +|*serviceName* | `string` |service name | +|*image* | `string` |GCR image ref | +|*platform* | `*"managed" \| string` |Cloud Run platform | ### #Deploy Outputs