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="The location of the BigQuery dataset for carbon data exports."
4
+
}
5
+
6
+
variable"billing_account_id" {
7
+
type=string
8
+
description="The GCP Billing Account in your organization."
9
+
}
10
+
11
+
variable"carbon_data_export_project_id" {
12
+
type=string
13
+
description="GCP Project where the BiqQuery table resides that holds the Carbon Footprint export to BigQuery. See https://cloud.google.com/billing/docs/how-to/export-data-bigquery"
14
+
}
15
+
16
+
variable"carbon_data_export_dataset_id" {
17
+
type=string
18
+
description="GCP BigQuery dataset containing the Carbon Footprint BigQuery export. This variable is only required to form the output for meshPlatform configuration. No resources are created or attached."
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"
28
+
description="GCP Project where the BiqQuery table resides that holds the Cloud Billing export to BigQuery. See https://cloud.google.com/billing/docs/how-to/export-data-bigquery"
29
29
}
30
30
31
31
variable"cloud_billing_export_dataset_id" {
@@ -54,3 +54,15 @@ variable "kraken_sa_name" {
54
54
description="Name of the service account to create for Kraken."
55
55
default="mesh-kraken-service-tf"
56
56
}
57
+
58
+
variable"carbon_footprint_dataset_location" {
59
+
type=string
60
+
description="Location of BigQuery dataset for carbon footprint."
61
+
default="us-west1"
62
+
}
63
+
64
+
variable"carbon_footprint_dataset_id" {
65
+
type=string
66
+
description="Id of BigQuery dataset for carbon footprint."
0 commit comments