Skip to content

Commit d8efee5

Browse files
committed
Merge branch 'main' into wasteful-macaw
2 parents 7683f23 + 8a8afaa commit d8efee5

2 files changed

Lines changed: 32 additions & 31 deletions

File tree

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)