Remove leftover reference to Cloud Functions being JS only (#2476)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2018-11-14 11:28:08 -08:00 committed by Nathan McKinley
parent 94b98834da
commit 07e4b6a242

View File

@ -62,7 +62,7 @@ The following arguments are supported:
* `timeout` - (Optional) Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.
* `entry_point` - (Optional) Name of a JavaScript function that will be executed when the Google Cloud Function is triggered.
* `entry_point` - (Optional) Name of the function that will be executed when the Google Cloud Function is triggered.
* `event_trigger` - (Optional) A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.