Skip to content

Commit 9171a54

Browse files
committed
reorganized terraform resources
1 parent d9e5938 commit 9171a54

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
@@ -1502,6 +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
15051506
resource "google_cloudfunctions2_function" "refresh_materialized_view" {
15061507
name = local.function_refresh_materialized_view_config.name
15071508
description = local.function_refresh_materialized_view_config.description
@@ -1544,7 +1545,6 @@ resource "google_cloudfunctions2_function" "refresh_materialized_view" {
15441545
}
15451546
}
15461547

1547-
15. functions/refresh_materialized_view
15481548
# Task queue to invoke refresh_materialized_view function
15491549
resource "google_cloud_tasks_queue" "refresh_materialized_view_queue" {
15501550
name = "refresh-materialized-view-queue-${var.environment}"

0 commit comments

Comments
 (0)