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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Then perform the following commands on the root folder:
56
56
| function\_source\_directory | The contents of this directory will be archived and used as the function source. |`string`| n/a | yes |
57
57
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. |`number`|`60`| no |
58
58
| grant\_token\_creator | Specify true if you want to add token creator role to the default Pub/Sub SA |`bool`|`false`| no |
59
+
| ingress\_settings | The ingress settings for the function. Allowed values are ALLOW\_ALL, ALLOW\_INTERNAL\_AND\_GCLB and ALLOW\_INTERNAL\_ONLY. Changes to this field will recreate the cloud function. |`string`|`null`| no |
59
60
| job\_description | Addition text to describe the job |`string`|`""`| no |
60
61
| job\_name | The name of the scheduled job to run |`string`|`null`| no |
61
62
| job\_schedule | The job frequency, in cron syntax |`string`|`"*/2 * * * *"`| no |
description="The maximum number of parallel executions of the function."
123
123
}
124
124
125
+
variable"ingress_settings" {
126
+
type=string
127
+
default=null
128
+
description="The ingress settings for the function. Allowed values are ALLOW_ALL, ALLOW_INTERNAL_AND_GCLB and ALLOW_INTERNAL_ONLY. Changes to this field will recreate the cloud function."
0 commit comments