> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# vantage_billing_rules (Data Source)

> Terraform data source reference for vantage_billing_rules (Data Source). Auto-generated from the vantage-sh/terraform-provider-vantage repository.

<Note>
  This page is auto-generated based on the official [Terraform documentation](https://registry.terraform.io/providers/vantage-sh/vantage/latest/docs).
</Note>

## Overview

Use this data source with the [Vantage Terraform provider](/terraform). For installation and authentication, see the [Terraform provider quickstart](/terraform#quickstart). The schema below is generated directly from the provider source.

## Schema

### Read-Only

* `billing_rules` (Attributes List) (see [below for nested schema](#nestedatt--billing_rules))

<a id="nestedatt--billing_rules" />

### Nested Schema for `billing_rules`

Read-Only:

* `amount` (String) The amount for the BillingRule (Charge).
* `apply_to_all` (Boolean) Whether the BillingRule applies to all future managed accounts.
* `category` (String) The category for the BillingRule (Charge).
* `charge_type` (String) The charge type for the BillingRule.
* `created_at` (String) The date and time, in UTC, the BillingRule was created. ISO 8601 Formatted.
* `created_by_token` (String) The token of the Creator of the BillingRule.
* `end_date` (String) The end date of the BillingRule.
* `id` (String) The id of the resource
* `percentage` (String) The percentage of the cost shown for the BillingRule (Adjustment).
* `service` (String) The service for the BillingRule (Charge).
* `sql_query` (String) The SQL query for the BillingRule (Custom).
* `start_date` (String) The start date of the BillingRule.
* `start_period` (String) The start period for the BillingRule (Charge).
* `sub_category` (String) The subcategory for the BillingRule (Charge).
* `title` (String) The title of the BillingRule.
* `token` (String)
* `type` (String) The type of the BillingRule.
