terraform-google-modules / terraform-google-event-function

Responds to logging events with a Cloud Function
https://registry.terraform.io/modules/terraform-google-modules/event-function/google
Apache License 2.0
53 stars 63 forks source link

Support custom build service account #259

Open djas19 opened 1 month ago

djas19 commented 1 month ago

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_account

Detailed 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

djas19 commented 1 month ago

Relates to PR #256