diff --git a/README.md b/README.md index c7c75b7..708fa58 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Then perform the following commands on the root folder: | time\_zone | The timezone to use in scheduler | `string` | `"Etc/UTC"` | no | | topic\_labels | A set of key/value label pairs to assign to the pubsub topic. | `map(string)` | `{}` | no | | topic\_name | Name of pubsub topic connecting the scheduled job and the function | `string` | `"test-topic"` | no | -| vpc\_connector | The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is projects//locations//connectors/\*. | `string` | `null` | no | +| vpc\_connector | The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is projects//locations//connectors/*. | `string` | `null` | no | | vpc\_connector\_egress\_settings | The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are ALL\_TRAFFIC and PRIVATE\_RANGES\_ONLY. If unset, this field preserves the previously set value. | `string` | `null` | no | ## Outputs diff --git a/examples/logs-slack-alerts/README.md b/examples/logs-slack-alerts/README.md index 6827608..0161724 100644 --- a/examples/logs-slack-alerts/README.md +++ b/examples/logs-slack-alerts/README.md @@ -27,6 +27,6 @@ If not using the default App Engine default service account (PROJECT_ID@appspot. ## Outputs -No output. +No outputs.