From 74a7609aee8fef48b035765b4c39545238d1a702 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 16 Dec 2024 12:04:36 -0500 Subject: [PATCH] document GAR requirement for cloudrun example --- provider-examples/cloudrun/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provider-examples/cloudrun/README.md b/provider-examples/cloudrun/README.md index f92b2fc6..8e926d2c 100644 --- a/provider-examples/cloudrun/README.md +++ b/provider-examples/cloudrun/README.md @@ -7,6 +7,8 @@ To start, `terraform init` to install the necessary providers. Then `terraform apply` to build and deploy the example app to Cloud Run. You will be prompted for your GCP project. +> Note: Cloud Run requires that images are pushed to Google Artifact Registry to be deployed to Cloud Run. + When complete, your service will be named `tf-ko-example`. To clean up created resources, `terraform destroy`.