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
@@ -57,6 +57,7 @@ module "localhost_function" {
57
57
| bucket\_force\_destroy | When deleting the GCS bucket containing the cloud function, delete all objects in the bucket first. |`bool`|`false`| no |
58
58
| bucket\_labels | A set of key/value label pairs to assign to the function source archive bucket. |`map(string)`|`{}`| no |
59
59
| bucket\_name | The name to apply to the bucket. Will default to a string of the function name. |`string`|`""`| no |
60
+
| build\_environment\_variables | A set of key/value environment variable pairs available during build time. |`map(string)`|`{}`| no |
60
61
| create\_bucket | Whether to create a new bucket or use an existing one. If false, `bucket_name` should reference the name of the alternate bucket to use. |`bool`|`true`| no |
61
62
| description | The description of the function. |`string`|`"Processes events."`| no |
62
63
| entry\_point | The name of a method in the function source which will be invoked when the function is executed. |`string`| n/a | yes |
0 commit comments