terraform-google-billing-billboard
Terraform Module for Google Cloud billing billboard.
https://github.com/iamfrench/terraform-google-billing-billboard
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Keywords
Repository
Terraform Module for Google Cloud billing billboard.
Basic Info
- Host: GitHub
- Owner: IAmFrench
- License: apache-2.0
- Language: HCL
- Default Branch: main
- Homepage: https://registry.terraform.io/modules/IAmFrench/billing-billboard/google/latest
- Size: 11.7 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
Google Cloud billing billboard Terraform Module
This module for GCP will create dataset used by the Google billboard and provide link to create the associated Looker Studio dashboard.

source: https://cloud.google.com/billing/docs/how-to/visualize-data
This work is based on GoogleCloudPlatform/professional-services/examples/billboard.
For a guided deployment using Cloud Shell (not Terraform), you can use the walkthrough tutorial available in the previous link.
This Terraform module use the http Terraform provider to retrieve BigQuery billing table. You will need to provide an application token to authenticate to Google Cloud REST API. You can acheve this using the following command: gcloud auth application-default print-access-token.
This Terraform Module will produce a Looker Studio Link, you will need to open it and click on the "Edit and Share" top right button to save this dashboard.
Sources
- Visualize your costs with Looker Studio
- DEMO - Billing usage and cost insights dashboard
- GoogleCloudPlatform/professional-services/examples/billboard
Requirements
| Name | Version | |------|---------| | terraform | >= 1.1.0 | | google | >= 4.58.0 | | http | >= 3.2.1 |
Providers
| Name | Version | |------|---------| | google | >= 4.58.0 | | http | >= 3.2.1 |
Modules
No modules.
Resources
| Name | Type | |------|------| | googlebigquerydataset.billboard | resource | | googlebigquerytable.billboarddetailedtable | resource | | googlebigquerytable.billboardstandardtable | resource | | httphttp.billingdetailed_tables | data source | | httphttp.billingstandard_tables | data source |
Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| billboard_dataset_id | Dataset ID used for the Looker Studio billboard v3.0. | string | "billboard" | no |
| billboard_dataset_location | Location used for BigQuery billboard datasets. | string | n/a | yes |
| billboard_detailed_table_id | Table ID used for the Looker Studio billboard v3.0 with detailed billing data. | string | "detailed_billboard" | no |
| billboard_project_id | Project ID used for hosting BigQuery billing datasets. | string | n/a | yes |
| billboard_standard_table_id | Table ID used for the Looker Studio billboard v3.0 with standard billing data. | string | "standard_billboard" | no |
| billing_project_id | Project ID used for hosting BigQuery billing datasets. | string | n/a | yes |
| detailed_billing_export_dataset_id | Dataset ID used for the detailed billing export. | string | "detailed_billing_export" | no |
| google_application_credentials | Google application crendentials used to fetch BigQuery tables REST API. use the folowing command: gcloud auth application-default print-access-token. | string | n/a | yes |
| looker_studio_billboard_name | Name of the Looker Studio billboard dashboard. | string | "Google Cloud Billboard v3.0" | no |
| standard_billing_export_dataset_id | Dataset ID used for the standard billing export. | string | "standard_billing_export" | no |
Outputs
| Name | Description | |------|-------------| | billboard_dataset_id | BigQuery billboard dataset id. | | billboard_standard_template_link | Pre-configured template link to deploy the Looker Studio billboard v3.0 dashboard. | <!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Owner
- Name: Alexandre PARÈS
- Login: IAmFrench
- Kind: user
- Location: Switzerland
- Website: https://www.linkedin.com/in/alexandre-pares/
- Repositories: 20
- Profile: https://github.com/IAmFrench
FinOps Certified Professional | AWS Academy Certified Educator | FinOps Practitioner
Citation (CITATION.cff)
cff-version: 1.2.0
title: Google Cloud billing billboard Terraform Module
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- orcid: "https://orcid.org/0009-0002-1956-1126"
given-names: Alexandre
family-names: PARÈS
identifiers:
- type: doi
value: 10.5281/zenodo.7876419
repository-code: >-
https://github.com/IAmFrench/terraform-google-billing-billboard
repository-artifact: >-
https://registry.terraform.io/modules/IAmFrench/billing-billboard/google/latest
abstract: >-
Terraform Module for Google Cloud billing billboard.
keywords:
- terraform
- terraform-modules
- gcp
- google-cloud
- google-billing
- google-billing-billboard
- looker-studio
license: Apache-2.0
GitHub Events
Total
- Fork event: 4
Last Year
- Fork event: 4
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0