Skip to content

Commit 492dadb

Browse files
committed
remove submodule
1 parent 6e246fb commit 492dadb

5 files changed

Lines changed: 15 additions & 19 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

infra/tf/.terraform.lock.hcl

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/tf/bigquery_export/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "google_cloud_run_v2_job" "bigquery_export" {
2020
deletion_protection = false
2121

2222
template {
23-
parallelism = 5
23+
parallelism = 0
2424
template {
2525
containers {
2626
image = "${var.location}.gcr.io/${var.project}/cloud-run/${var.function_name}:latest"

infra/tf/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "masthead" {
5858
source = "./masthead"
5959

6060
project = local.project
61-
# source = "./masthead-deployment/app"
61+
# source = "https://github.com/Masthead-Data/masthead-deployment"
6262
# project_id = local.project
6363
# project_number = local.project_number
6464
}

infra/tf/masthead-deployment

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)