Skip to content

feat(TPG>=5.39)!: Added build_service_account argument for google_cloudfunctions_function #263

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

maaaaaarkova
Copy link

@maaaaaarkova maaaaaarkova commented Jan 22, 2025

@maaaaaarkova maaaaaarkova requested a review from a team as a code owner January 22, 2025 18:53
Copy link

google-cla bot commented Jan 22, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@maaaaaarkova maaaaaarkova changed the title Added build_service_account argument for google_cloudfunctions_function feat: Added build_service_account argument for google_cloudfunctions_function Jan 22, 2025
@apeabody
Copy link
Contributor

/gcbrun

@apeabody apeabody changed the title feat: Added build_service_account argument for google_cloudfunctions_function feat(TPG>=5.39)!: Added build_service_account argument for google_cloudfunctions_function Apr 24, 2025
Copy link
Contributor

@apeabody apeabody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @maaaaaarkova!

@@ -125,6 +125,12 @@ variable "service_account_email" {
description = "The service account to run the function as."
}

variable "build_service_account" {
type = string
default = ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As google_cloudfunctions_function. build_service_account is optional, let's use a default of null.

Suggested change
default = ""
default = null

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After making the change, please run make docker_generate_docs and include in your commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants