Skip to content

Commit dc17754

Browse files
j0g3scmeshkodiak[bot]
authored andcommitted
add README.md
1 parent 376df06 commit dc17754

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## Requirements
2+
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_google"></a> [google](#requirement\_google) | 4.11.0 |
6+
7+
## Providers
8+
9+
| Name | Version |
10+
|------|---------|
11+
| <a name="provider_google"></a> [google](#provider\_google) | 4.11.0 |
12+
13+
## Modules
14+
15+
No modules.
16+
17+
## Resources
18+
19+
| Name | Type |
20+
|---------------------------------------------------------------------------|------|
21+
| [google_project_service.bigquery_api](https://registry.terraform.io/providers/hashicorp/google/4.11.0/docs/resources/google_project_service) | resource |
22+
| [google_project_service.bigquerydatatransfer_api](https://registry.terraform.io/providers/hashicorp/google/4.11.0/docs/resources/google_project_service) | resource |
23+
| [google_bigquery_dataset.carbon_data_export_dataset](https://registry.terraform.io/providers/hashicorp/google/4.11.0/docs/resources/bigquery_dataset) | resource |
24+
| [google_bigquery_data_transfer_config.carbon_footprint_transfer_config](https://registry.terraform.io/providers/hashicorp/google/4.11.0/docs/resources/bigquery_data_transfer_config) | resource |
25+
26+
27+
## Inputs
28+
29+
| Name | Description | Type | Default | Required |
30+
|-----------------------------------------------------------------------------------------------------------------------------|-------------|------|---------|:--------:|
31+
| <a name="carbon_dataset_region"></a> [carbon\_dataset\_region](#input\_ccarbon\_dataset\_region) | The location of the BigQuery dataset for carbon data exports. | `string` | n/a | yes |
32+
| <a name="billing_account_id"></a> [billing\_account\_id](#input\_billing\_account\_id) | The GCP Billing Account in your organization. | `set(string)` | n/a | yes |
33+
| <a name="carbon_data_export_project_id"></a> [carbon\_data\_export\_project\_id](#input\_carbon\_data\_export\project\_id) | 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 | `string` | n/a | yes |
34+
| <a name="carbon_data_export_dataset_id"></a> [carbon\_data\_export\_dataset\_id](#input\_carbon\_data\_export\_dataset\_id) | GCP BigQuery dataset containing the Carbon Footprint BigQuery export. | `string` | n/a | yes |
35+
36+
37+
## Outputs
38+
39+
| Name | Description |
40+
|----------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
41+
| <a name="output_carbon_footprint_export_table_name"></a> [carbon\_footprint\_export\_table\_name](#output\_carbon\_footprint\_export\_table\_name) | The BigQuery table name containing the GCP Carbon Footprint BigQuery export. |

modules/meshcloud-carbon-export/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ variable "carbon_data_export_project_id" {
1515

1616
variable "carbon_data_export_dataset_id" {
1717
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."
18+
description = "GCP BigQuery dataset containing the Carbon Footprint BigQuery export"
1919
}

0 commit comments

Comments
 (0)