Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google_cloudfunctions_function datasource documentation. #3813

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ exported:
* `service_account_email` - The service account email to be assumed by the cloud function.
* `vpc_connector` - The VPC Network Connector that this cloud function can connect to.
* `vpc_connector_egress_settings` - The egress settings for the connector, controlling what traffic is diverted through it.
* `source_archive_bucket` - The GCS bucket containing the zip archive which contains the function.
upodroid marked this conversation as resolved.
Show resolved Hide resolved
* `source_archive_object` - The source archive object (file) in archive bucket.
upodroid marked this conversation as resolved.
Show resolved Hide resolved
* `max_instances` - The limit on the maximum number of function instances that may coexist at a given time.

The `source_repository` block contains:
upodroid marked this conversation as resolved.
Show resolved Hide resolved

* `url` - The URL pointing to the hosted repository where the function is defined.

The `event_trigger` block contains:

Expand Down