Skip to content

Commit c453f1f

Browse files
committed
Fixed build service account id
1 parent 86a2c54 commit c453f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/tf/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "google_cloudfunctions2_function" "function" {
1414
build_config {
1515
runtime = "go125"
1616
entry_point = "pg-db-admin"
17-
service_account = google_service_account.builder.email
17+
service_account = google_service_account.builder.id
1818

1919
environment_variables = {
2020
"SOURCE_HASH" : filebase64sha256(local.package_filename)

0 commit comments

Comments
 (0)