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
| <aname="input_billing_account_id"></a> [billing\_account\_id](#input\_billing\_account\_id)| The GCP billing account in your organization. |`string`| n/a | yes |
27
27
| <aname="input_billing_org_id"></a> [billing\_org\_id](#input\_billing\_org\_id)| GCP organization ID that holds billing account. |`string`| n/a | yes |
| <aname="input_cloud_billing_export_dataset_id"></a> [cloud\_billing\_export\_dataset\_id](#input\_cloud\_billing\_export\_dataset\_id)| GCP BigQuery dataset containing the Cloud Billing BigQuery export. This variable is only required to form the output for meshPlatform configuration. No resources are created or attached. |`string`| n/a | yes |
29
29
| <aname="input_cloud_billing_export_project_id"></a> [cloud\_billing\_export\_project\_id](#input\_cloud\_billing\_export\_project\_id)| 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|`string`| n/a | yes |
| <aname="input_cloud_billing_export_table_id"></a> [cloud\_billing\_export\_table\_id](#input\_cloud\_billing\_export\_table\_id)| GCP BigQuery table containing the Cloud Billing BigQuery export. This variable is only required to form the output for meshPlatform configuration. No resources are created or attached. |`string`| n/a | yes |
31
31
| <aname="input_kraken_sa_name"></a> [kraken\_sa\_name](#input\_kraken\_sa\_name)| Name of the service account to create for Kraken. |`string`|`"mesh-kraken-service-tf"`| no |
32
32
| <aname="input_landing_zone_folder_ids"></a> [landing\_zone\_folder\_ids](#input\_landing\_zone\_folder\_ids)| GCP Folders that make up the Landing Zone. The service account will only receive permissions on these folders. |`list(string)`| n/a | yes |
33
33
| <aname="input_org_id"></a> [org\_id](#input\_org\_id)| GCP Organization ID that holds the projects that generate billing data that the service account should import. |`string`| n/a | yes |
description="GCP BigQuery dataset containing the Cloud Billing BigQuery export."
33
+
description="GCP BigQuery dataset containing the Cloud Billing BigQuery export. This variable is only required to form the output for meshPlatform configuration. No resources are created or attached."
34
34
}
35
35
36
36
variable"cloud_billing_export_table_id" {
37
37
type=string
38
-
description="GCP BigQuery table containing the Cloud Billing BigQuery export."
38
+
description="GCP BigQuery table containing the Cloud Billing BigQuery export. This variable is only required to form the output for meshPlatform configuration. No resources are created or attached."
0 commit comments