Skip to content

Resource to export billing data to bigquery #4848

@umairidris

Description

@umairidris

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

Adding a resource to automate creation of https://cloud.google.com/billing/docs/how-to/export-data-bigquery through Terraform.

New or Affected Resource(s)

  • google_billing_export

Potential Terraform Configuration

resource google_billing_export "export" {
  billing_account_id = "123"
  bigquery_dataset_id = ${google_bigquery_dataset.foo_dataset.dataset_id}
}

NOTE: Currently there doesn't seem to be an API for this.

b/323501367

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions