Skip to content

Commit

Permalink
Merge pull request #1187 from GoogleCloudPlatform/juliodiez-patch-1
Browse files Browse the repository at this point in the history
Add references to the serverless chapters
  • Loading branch information
juliodiez authored Feb 27, 2023
2 parents b4ce125 + cee0875 commit e72b857
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blueprints/serverless/cloud-run-explore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -211,4 +215,4 @@ module "test" {
}
# tftest modules=4 resources=17
```
```

0 comments on commit e72b857

Please sign in to comment.