Skip to content

Commit 3958575

Browse files
committed
fixed main.tf
1 parent f7d6cbd commit 3958575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infra/functions-python/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,6 @@ resource "google_cloudfunctions2_function" "refresh_materialized_view" {
15181518
PROJECT_ID = var.project_id
15191519
QUEUE_NAME = google_cloud_tasks_queue.refresh_materialized_view_queue.name
15201520
LOCATION = var.gcp_region
1521-
FUNCTION_URL = "https://${google_cloudfunctions2_function.refresh_materialized_view.name}.cloudfunctions.net"
15221521
}
15231522
available_memory = "512Mi"
15241523
timeout_seconds = 60

0 commit comments

Comments
 (0)