Skip to content

Commit 12c85fd

Browse files
authored
Added build_service_account
1 parent 3ea58ed commit 12c85fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ variable "service_account_email" {
125125
description = "The service account to run the function as."
126126
}
127127

128+
variable "build_service_account" {
129+
type = string
130+
default = ""
131+
description = "The self-provided service account to use to build the function. The format of this field is projects/{project}/serviceAccounts/{serviceAccountEmail}"
132+
}
133+
128134
variable "bucket_name" {
129135
type = string
130136
default = ""

0 commit comments

Comments
 (0)