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: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ Then perform the following commands on the root folder:
65
65
| region | The region in which resources will be applied. |`string`| n/a | yes |
66
66
| scheduler\_job | An existing Cloud Scheduler job instance |`object({ name = string })`|`null`| no |
67
67
| time\_zone | The timezone to use in scheduler |`string`|`"Etc/UTC"`| no |
68
+
| topic\_kms\_key\_name | The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic. |`string`|`null`| no |
68
69
| topic\_labels | A set of key/value label pairs to assign to the pubsub topic. |`map(string)`|`{}`| no |
69
70
| topic\_name | Name of pubsub topic connecting the scheduled job and the function |`string`|`"test-topic"`| no |
70
71
| 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 |
0 commit comments