Skip to content

Commit

Permalink
test(interface): add logging providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 15, 2023
1 parent a720107 commit 2404952
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/interface/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
name = "test_logging_bigquery"
project_id = "example-gcp-project"
secret_key = "<SECRET_KEY>"
table = "test_logging_bigquery_table"
ttemplate = "test_logging_bigquery_template"
}
}

0 comments on commit 2404952

Please sign in to comment.