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

vantage_workspace (Resource)

Manages a Workspace.

Example Usage

resource "vantage_workspace" "example" {
  name                       = "Example Workspace"
  currency                   = "EUR"
  enable_currency_conversion = true
  exchange_rate_date         = "daily_rate"
}

Schema

Required

  • name (String) Name of the workspace.

Optional

  • currency (String) Currency code for the workspace. Only applies when enable_currency_conversion is true; setting a non-USD currency while conversion is disabled is not supported.
  • enable_currency_conversion (Boolean) Enable currency conversion for the workspace.
  • exchange_rate_date (String) The date to use for currency conversion.

Read-Only

  • created_at (String) The date and time, in UTC, the Workspace was created. ISO 8601 Formatted.
  • id (String) Alias of token.
  • token (String) The token of the workspace