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.

page_title: “vantage_custom_provider Resource - terraform-provider-vantage” subcategory: “Vendor Integrations” description: |- Manages a Custom Provider integration.

vantage_custom_provider (Resource)

Manages a Custom Provider integration in Vantage. Custom Providers allow you to upload cost data for services not natively supported by Vantage.

Example Usage

resource "vantage_custom_provider" "example" {
  name        = "My Custom Provider"
  description = "An optional description for this provider"
}

Schema

Required

  • name (String) The display name for the custom provider. Cannot be changed after creation — a warning will be shown and the existing value preserved if a change is attempted.

Optional

  • description (String) A description for the custom provider. Cannot be changed after creation — a warning will be shown and the existing value preserved if a change is attempted.

Read-Only

  • id (String) Same as token.
  • token (String) Unique token of the Custom Provider integration.
  • status (String) The status of the integration.