Add subcase description in README

This commit is contained in:
Julio Diez 2023-02-21 17:58:05 +01:00
parent 376ccb7824
commit 117141cdb0
2 changed files with 13 additions and 0 deletions

View File

@ -150,6 +150,19 @@ access_policy = "[policy-name]"
tf_identity = "[user or SA account]"
```
#### Use case 3.4
Another possibility is for a project to be a Service Project with the Cloud Run service running in the Host Project, since this is also considered `"internal"` traffic. In this case a VPC SC perimeter is not needed.
<p style="left"> <img src="images/use-case-3.4.png" width="800"> </p>
Note that the service project can't have a different DNS entry for the same endpoint, it uses the DNS and PSC configuration of the host project. Set the following in `terraform.tfvars`:
```tfvars
prj_main_id = "[your-main-project-id]" # Used as host project
prj_svc1_id = "[your-service-project1-id]"
```
### Use case 4:
[TODO]

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB