This page is auto-generated based on the official Terraform documentation.
vantage_resource_report_columns (Data 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 for available types.
Read-Only
columns
(List of String) Array of available column names for the specified resource type.