Addressed a bug with updating vpc_connector_egress_settings field in Cloud Functions. The Cloud Functions v1 API currently requires the vpc_connector field to be set whenever vpc_connector_egress_settings gets updated, even if there are no changes to vpc_connector. This change modifies the resource update to include vpc_connector when vpc_connector_egress_settings is being updated.
Release Note Template for Downstream PRs (will be copied)
cloudfunctions: Fixed issue when updating `vpc_connector_egress_settings` field for `google_cloudfunctions_function` resource.
Addressed a bug with updating
vpc_connector_egress_settings
field in Cloud Functions. The Cloud Functions v1 API currently requires thevpc_connector
field to be set whenevervpc_connector_egress_settings
gets updated, even if there are no changes tovpc_connector
. This change modifies the resource update to includevpc_connector
whenvpc_connector_egress_settings
is being updated.Release Note Template for Downstream PRs (will be copied)
b/351195255
Derived from https://github.com/GoogleCloudPlatform/magic-modules/pull/12145