From 5ddf6a90ecadcfdd768d16208d4a55f2e4ae555f Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Wed, 14 Nov 2018 18:11:20 +0000 Subject: [PATCH] Remove leftover reference to Cloud Functions being JS only --- website/docs/r/cloudfunctions_function.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/cloudfunctions_function.html.markdown b/website/docs/r/cloudfunctions_function.html.markdown index 7f954444a9e..f0947b0154a 100644 --- a/website/docs/r/cloudfunctions_function.html.markdown +++ b/website/docs/r/cloudfunctions_function.html.markdown @@ -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`.