> ## 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_resource_report_columns (Data Source)

> Terraform data source reference for vantage_resource_report_columns (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.

Data source for retrieving available columns for a specific resource type in resource reports.

## Schema

### Required

* `resource_type` (String) VQL resource type name (e.g., 'aws\_instance', 'aws\_ebs\_volume'). See [https://docs.vantage.sh/vql\_resource\_report#resource-type](https://docs.vantage.sh/vql_resource_report#resource-type) for available types.

### Read-Only

* `columns` (List of String) Array of available column names for the specified resource type.
