Skip to content

Commit c6d2f0c

Browse files
committed
sync data exchange
1 parent 2e5127d commit c6d2f0c

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

infra/tf/.terraform.lock.hcl

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

infra/tf/data_exchange.tf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
resource "google_bigquery_analytics_hub_data_exchange" "default" {
2-
data_exchange_id = "httparchive"
3-
location = local.location
4-
display_name = "HTTP Archive"
5-
description = "The HTTP Archive is an open source project that tracks how the web is built. Historical data is provided to show how the web is constantly evolving, and the project is frequently used for research by the web community, scholars and industry leaders."
6-
primary_contact = "https://httparchive.org/"
2+
data_exchange_id = "httparchive"
3+
location = local.location
4+
display_name = "HTTP Archive"
5+
description = "The HTTP Archive is an open source project that tracks how the web is built. Historical data is provided to show how the web is constantly evolving, and the project is frequently used for research by the web community, scholars and industry leaders."
6+
primary_contact = "https://httparchive.org/"
7+
log_linked_dataset_query_user_email = true
78
sharing_environment_config {
89
default_exchange_config {
910
}

0 commit comments

Comments
 (0)