From cee0875e4232d76cea4bd922eabea474bb642990 Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Mon, 27 Feb 2023 17:57:23 +0100 Subject: [PATCH] Add references to the serverless chapters --- blueprints/serverless/cloud-run-explore/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/blueprints/serverless/cloud-run-explore/README.md b/blueprints/serverless/cloud-run-explore/README.md index 1002e817..b88d4f9c 100644 --- a/blueprints/serverless/cloud-run-explore/README.md +++ b/blueprints/serverless/cloud-run-explore/README.md @@ -2,10 +2,14 @@ ## Introduction -This blueprint contains all the necessary Terraform modules to build and publicly expose a Cloud Run service in a variety of use cases. +This blueprint contains all the necessary Terraform modules to build and __publicly__ expose Cloud Run services in a variety of use cases. The content of this blueprint corresponds to the chapter '_My serverless "Hello, World! - Exploring Cloud Run_' of the __Serverless Networking Guide__ (to be released soon). This guide is an easy to follow introduction to Cloud Run, where a couple of friendly characters will guide you from the basics to more advanced topics with a very practical approach and in record time! The code here complements this learning and allows you to test the scenarios presented and your knowledge. +If you are interested in following this guide, take a look to the chapters' blueprints: +* [My serverless "Hello, World! - Exploring Cloud Run](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/master/blueprints/serverless/cloud-run-explore) +* [Developing an enterprise application - The corporate environment](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/master/blueprints/serverless/cloud-run-corporate) + ## Architecture The following diagram depicts the main components that this blueprint will set up: @@ -211,4 +215,4 @@ module "test" { } # tftest modules=4 resources=17 -``` \ No newline at end of file +```