Skip to content

Commit 5b7c19d

Browse files
Felix Ziegermeshkodiak[bot]
authored andcommitted
fix: BigQuery table name output
1 parent c176bcc commit 5b7c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ output "kraken_sa_key" {
2727

2828
output "cloud_billing_export_table_name" {
2929
description = "The BigQuery table name containing the GCP Cloud Billing BigQuery export."
30-
value = "${var.cloud_billing_export_table_id}.${var.cloud_billing_export_table_id}.${var.cloud_billing_export_table_id}"
30+
value = "${var.cloud_billing_export_project_id}.${var.cloud_billing_export_dataset_id}.${var.cloud_billing_export_table_id}"
3131
}

0 commit comments

Comments
 (0)