Skip to content

Commit affe445

Browse files
committed
lint
1 parent e0d539f commit affe445

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

infra/bigquery-export/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ terraform {
1010
source = "hashicorp/google"
1111
version = ">= 6.13.0"
1212
}
13+
external = {
14+
source = "hashicorp/external"
15+
version = ">= 2.3.5"
16+
}
1317
}
1418
}
1519

infra/bigquery-export/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@google-cloud/firestore": "8.0.0"
1313
},
1414
"author": "@max-ostapenko",
15-
"engines": {
15+
"engines": {
1616
"node": ">=22.0.0"
1717
}
1818
}

infra/dataform-service/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ terraform {
1010
source = "hashicorp/google"
1111
version = ">= 6.13.0"
1212
}
13+
external = {
14+
source = "hashicorp/external"
15+
version = ">= 2.3.5"
16+
}
1317
}
1418
}
1519

infra/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ variable "location" {
2424

2525
variable "function_identity" {
2626
default = "cloud-function@httparchive.iam.gserviceaccount.com"
27-
type = string
27+
type = string
2828
}
2929

3030
variable "dataform_service_account_email" {
3131
default = "service-226352634162@gcp-sa-dataform.iam.gserviceaccount.com"
32-
type = string
32+
type = string
3333
}
3434

3535
variable "edit_datasets" {
36-
default = [
36+
default = [
3737
"crawl",
3838
"sample_data",
3939
"wappalyzer",

0 commit comments

Comments
 (0)