diff --git a/tests/interface/main.tf b/tests/interface/main.tf index b21c52499..aa8163d4a 100644 --- a/tests/interface/main.tf +++ b/tests/interface/main.tf @@ -109,4 +109,15 @@ resource "fastly_service_vcl" "interface-test-project" { timeout = 4000 window = 10 } + + logging_bigquery { + aaccount_name = "test_logging_bigquery_account_name" + dataset = "test_logging_bigquery_dataset" + email = "test_logging_bigquery@example.com" + name = "test_logging_bigquery" + project_id = "example-gcp-project" + secret_key = "" + table = "test_logging_bigquery_table" + ttemplate = "test_logging_bigquery_template" + } }