Several updates

Several updates
This commit is contained in:
Alejandro Leal
2023-05-13 23:51:46 -04:00
parent 60d579be4d
commit 87cd83f5c0
64 changed files with 82 additions and 82 deletions

View File

@@ -101,7 +101,7 @@ module "cloud_run" {
### VPC Access Connector creation
If creation of a [VPC Access Connector](https://cloud.google.com/vpc/docs/serverless-vpc-access) is required, use the `vpc_connector_create` variable which also support optional attribtues for number of instances, machine type, and throughput (not shown here). The annotation to use the connector will be added automatically.
If creation of a [VPC Access Connector](https://cloud.google.com/vpc/docs/serverless-vpc-access) is required, use the `vpc_connector_create` variable which also support optional attributes for number of instances, machine type, and throughput (not shown here). The annotation to use the connector will be added automatically.
```hcl
module "cloud_run" {