Merge pull request #1187 from GoogleCloudPlatform/juliodiez-patch-1

Add references to the serverless chapters
This commit is contained in:
Julio Diez 2023-02-27 18:16:19 +01:00 committed by GitHub
commit e72b8576ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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
```
```