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
@@ -61,6 +61,7 @@ module "localhost_function" {
61
61
| environment\_variables | A set of key/value environment variable pairs to assign to the function. | map(string) |`<map>`| no |
62
62
| event\_trigger | A source that fires events in response to a condition in another service. | map(string) | n/a | yes |
63
63
| event\_trigger\_failure\_policy\_retry | A toggle to determine if the function should be retried on failure. | bool |`"false"`| no |
64
+
| files\_to\_exclude\_in\_source\_dir | Specify files to ignore when reading the source_dir | list(string) |`<list>`| no |
64
65
| 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 |`"ALLOW_ALL"`| no |
65
66
| labels | A set of key/value label pairs to assign to the Cloud Function. | map(string) |`<map>`| no |
66
67
| max\_instances | The maximum number of parallel executions of the function. | number |`"0"`| no |
0 commit comments