-
Notifications
You must be signed in to change notification settings - Fork 66
Closed as not planned
Labels
Description
TL;DR
Support setting a custom service account that will be used for building the function in cloud build
Terraform Resources
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions_function#build_service_accountDetailed design
Custom build service account can enhance security and are supported on cloud build and cloud functions now. Supporting them can prove necessary for companies that do not allow usage of default service accounts.Additional information
No response