File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212 "@google-cloud/firestore" : " 8.0.0"
1313 },
1414 "author" : " @max-ostapenko" ,
15- "engines" : {
15+ "engines" : {
1616 "node" : " >=22.0.0"
1717 }
1818}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ variable "location" {
2424
2525variable "function_identity" {
2626 default = " cloud-function@httparchive.iam.gserviceaccount.com"
27- type = string
27+ type = string
2828}
2929
3030variable "dataform_service_account_email" {
3131 default = " service-226352634162@gcp-sa-dataform.iam.gserviceaccount.com"
32- type = string
32+ type = string
3333}
3434
3535variable "edit_datasets" {
36- default = [
36+ default = [
3737 " crawl" ,
3838 " sample_data" ,
3939 " wappalyzer" ,
You can’t perform that action at this time.
0 commit comments