Skip to content

Commit f12efcf

Browse files
committed
fixed broken terraform build
1 parent 9171a54 commit f12efcf

File tree

2 files changed

+2
-1
lines changed
  • functions-python/refresh_materialized_view/src
  • infra/functions-python

2 files changed

+2
-1
lines changed

functions-python/refresh_materialized_view/src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import logging
2+
import os
23
import functions_framework
34
from flask import Request, jsonify
45
from google.cloud import tasks_v2

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ resource "google_project_iam_member" "service_account_workflow_act_as_binding" {
15021502
member = "serviceAccount:${google_service_account.functions_service_account.email}"
15031503
}
15041504

1505-
15. functions/refresh_materialized_view
1505+
# 15. functions/refresh_materialized_view
15061506
resource "google_cloudfunctions2_function" "refresh_materialized_view" {
15071507
name = local.function_refresh_materialized_view_config.name
15081508
description = local.function_refresh_materialized_view_config.description

0 commit comments

Comments
 (0)