Skip to main content
This page is auto-generated based on the official Terraform documentation.

Overview

Use this resource with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source. Uploads a CSV of costs for a Custom Provider integration.

Example Usage

Schema

Required

  • csv_content (String, Sensitive) CSV content to upload as costs data.
  • integration_token (String) The token of the Custom Provider integration to upload costs for.

Optional

  • auto_transform (Boolean) When true, attempts to automatically transform the CSV to match the FOCUS format.
  • filename (String) Filename to use when uploading the CSV. Defaults to costs.csv. The API records this name and returns it in the filename attribute after upload. Changing this value forces a new upload.

Read-Only

  • amount (String) The total amount of costs in the upload.
  • end_date (String) The end date of the costs in the upload.
  • id (String) Same as token.
  • import_status (String) The import status of the upload (e.g. processing, complete, error).
  • start_date (String) The start date of the costs in the upload.
  • token (String) Unique token of the costs upload.