You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="GCP Folders that make up the Landing Zone. The service account will only receive permissions on these folders."
24
24
}
25
25
26
-
variable"billing_dataset_project_id" {
26
+
variable"cloud_billing_export_project_id" {
27
27
type=string
28
-
description="GCP Project ID where the biquery table resides that holds billing data export."
28
+
description="GCP Project where the BiqQery table resides that holds the Cloud Billing export to BigQuery. See https://cloud.google.com/billing/docs/how-to/export-data-bigquery"
29
+
}
30
+
31
+
variable"cloud_billing_export_dataset_id" {
32
+
type=string
33
+
description="GCP BigQuery dataset containing the Cloud Billing BigQuery export."
34
+
}
35
+
36
+
variable"cloud_billing_export_table_id" {
37
+
type=string
38
+
description="GCP BigQuery table containing the Cloud Billing BigQuery export."
0 commit comments