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

vantage_managed_account (Resource)

Example Usage

terraform {
  required_providers {
    vantage = {
      source = "vantage-sh/vantage"
    }
  }
}

resource "vantage_managed_account" "terraform-managed-account" {
  contact_email = "support+terraform@vantage.sh"
  name          = "Terraform managed account"
  access_credential_tokens = [
    "accss_crdntl_145aa8924bdc55a9"
  ]
  billing_rule_tokens = [
    "bllng_rule_bc95e52f2af7bac6",
  ]
}

Schema

Required

  • contact_email (String) The contact email address for the Managed Account.
  • name (String) The name of the Managed Account.

Optional

  • access_credential_tokens (List of String) Access Credential (aka Integrations) tokens to assign to the Managed Account.
  • billing_rule_tokens (List of String) Billing Rule tokens to assign to the Managed Account.

Read-Only

  • id (String) The id of the managed account
  • parent_account_token (String) The token for the parent Account.
  • token (String) The token of the managed account