You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/services/cloud-connector/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,11 @@ No modules.
72
72
| <aname="input_bucket_config_name"></a> [bucket\_config\_name](#input\_bucket\_config\_name)| Google Cloud Storage Bucket where the configuration will be saved |`string`|`"cloud-connector-config"`| no |
73
73
| <aname="input_config_content"></a> [config\_content](#input\_config\_content)| Contents of the configuration file to be saved in the bucket |`string`|`null`| no |
74
74
| <aname="input_config_source"></a> [config\_source](#input\_config\_source)| Path to a file that contains the contents of the configuration file to be saved in the bucket |`string`|`null`| no |
75
+
| <aname="input_cpu"></a> [cpu](#input\_cpu)| Amount of CPU to reserve for cloud-connector cloud run service |`string`|`"1"`| no |
75
76
| <aname="input_extra_envs"></a> [extra\_envs](#input\_extra\_envs)| Extra environment variables for the Cloud Connector instance |`map(string)`|`{}`| no |
76
77
| <aname="input_image_name"></a> [image\_name](#input\_image\_name)| Cloud Connector image to deploy |`string`|`"gcr.io/mateo-burillo-ns/cloud-connector:latest"`| no |
77
78
| <aname="input_max_instances"></a> [max\_instances](#input\_max\_instances)| Max number of instances for the Cloud Connector |`number`|`1`| no |
79
+
| <aname="input_memory"></a> [memory](#input\_memory)| Amount of memory to reserve for cloud-connector cloud run service |`string`|`"500Mi"`| no |
78
80
| <aname="input_name"></a> [name](#input\_name)| Name to be assigned to all child resources. A suffix may be added internally when required. Use default value unless you need to install multiple instances |`string`|`"sfc-cloudconnector"`| no |
79
81
| <aname="input_verify_ssl"></a> [verify\_ssl](#input\_verify\_ssl)| Verify the SSL certificate of the Secure endpoint |`bool`|`true`| no |
0 commit comments