File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:enhancement
2+ cloudfunctions: Updated the `google_cloudfunctions_function` datasource to include new fields available in the API.
3+ ```
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ exported:
5656* ` service_account_email ` - The service account email to be assumed by the cloud function.
5757* ` vpc_connector ` - The VPC Network Connector that this cloud function can connect to.
5858* ` vpc_connector_egress_settings ` - The egress settings for the connector, controlling what traffic is diverted through it.
59+ * ` max_instances ` - The limit on the maximum number of function instances that may coexist at a given time.
60+ * ` source_repository ` - The URL of the Cloud Source Repository that the function is deployed from. Structure is documented below.
5961
6062The ` event_trigger ` block contains:
6163
@@ -70,3 +72,8 @@ for a full reference of accepted triggers.
7072The ` failure_policy ` block supports:
7173
7274* ` retry ` - Whether the function should be retried on failure.
75+
76+
77+ The ` source_repository ` block contains:
78+
79+ * ` url ` - The URL pointing to the hosted repository where the function is defined.
You can’t perform that action at this time.
0 commit comments