Skip to content

Commit df6e856

Browse files
committed
change roles
1 parent 2e9fd0c commit df6e856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ resource "google_cloudfunctions2_function_iam_member" "reverse_geolocation_proce
10731073
project = var.project_id
10741074
location = var.gcp_region
10751075
cloud_function = google_cloudfunctions2_function.reverse_geolocation_processor.name
1076-
role = "roles/run.invoker"
1076+
role = "roles/cloudfunctions.invoker"
10771077
member = "serviceAccount:${local.batchfunctions_sa_email}"
10781078
}
10791079

0 commit comments

Comments
 (0)