We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a2c54 commit c453f1fCopy full SHA for c453f1f
1 file changed
gcp/tf/function.tf
@@ -14,7 +14,7 @@ resource "google_cloudfunctions2_function" "function" {
14
build_config {
15
runtime = "go125"
16
entry_point = "pg-db-admin"
17
- service_account = google_service_account.builder.email
+ service_account = google_service_account.builder.id
18
19
environment_variables = {
20
"SOURCE_HASH" : filebase64sha256(local.package_filename)
0 commit comments