File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1480,14 +1480,6 @@ resource "google_cloudfunctions2_function_iam_member" "update_feed_status_invoke
14801480 member = " serviceAccount:${ google_service_account . functions_service_account . email } "
14811481}
14821482
1483- resource "google_cloudfunctions2_function_iam_member" "refresh_materialized_view_invoker" {
1484- project = var. project_id
1485- location = var. gcp_region
1486- cloud_function = google_cloudfunctions2_function. refresh_materialized_view . name
1487- role = " roles/cloudfunctions.invoker"
1488- member = " serviceAccount:${ google_service_account . functions_service_account . email } "
1489- }
1490-
14911483# Grant permissions to the service account to create bigquery jobs
14921484resource "google_project_iam_member" "bigquery_job_user" {
14931485 project = var. project_id
You can’t perform that action at this time.
0 commit comments