Skip to main content

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.

This page is auto-generated based on the official Terraform documentation.

Overview

Use this data source with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source.

Schema

Read-Only

Nested Schema for kubernetes_efficiency_reports

Read-Only:
  • aggregated_by (String) How costs are aggregated by. Possible values: idle_cost, amount, cost_efficiency.
  • created_at (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
  • date_bucket (String) How costs are grouped and displayed in the KubernetesEfficiencyReport. Possible values: day, week, month.
  • date_interval (String) The date range for the KubernetesEfficiencyReport. Only present if a custom date range is not specified.
  • default (Boolean) Indicates whether the KubernetesEfficiencyReport is the default report.
  • end_date (String) The end date for the KubernetesEfficiencyReport. Only set for custom date ranges. ISO 8601 Formatted.
  • filter (String) The filter applied to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
  • groupings (String) Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>.
  • id (String) The id of the resource
  • start_date (String) The start date for the KubernetesEfficiencyReport. Only set for custom date ranges. ISO 8601 Formatted.
  • title (String) The title of the KubernetesEfficiencyReport.
  • token (String)
  • user_token (String) The token for the User who created this KubernetesEfficiencyReport.
  • workspace_token (String) The token for the Workspace the KubernetesEfficiencyReport is a part of.