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

vantage_financial_commitment_report (Resource)

Schema

Required

  • title (String) The title of the FinancialCommitmentReport.
  • workspace_token (String) The Workspace in which the FinancialCommitmentReport will be created.

Optional

  • date_bucket (String) The date bucket of the FinancialCommitmentReport.
  • date_interval (String) The date interval of the FinancialCommitmentReport. Unless ‘custom’ is used, this is incompatible with ‘start_date’ and ‘end_date’ parameters. Defaults to ‘last_3_months’.
  • end_date (String) The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with ‘date_interval’ parameter.
  • filter (String) The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
  • groupings (List of String) Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: cost_type, commitment_type, service, resource_account_id, provider_account_id, region, cost_category, cost_sub_category, instance_type, tag, tag:<label_name>.
  • on_demand_costs_scope (String) The scope for the costs. Possible values: discountable, all.
  • start_date (String) The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with ‘date_interval’ parameter.

Read-Only

  • created_at (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
  • default (Boolean) Indicates whether the FinancialCommitmentReport is the default report.
  • id (String) The id of the report
  • token (String) The token of the report
  • user_token (String) The token for the User who created this FinancialCommitmentReport.