Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 2.01 KB

File metadata and controls

83 lines (59 loc) · 2.01 KB
page_title subcategory description
epilot-product_tax Data Source - terraform-provider-epilot-product
Tax DataSource

epilot-product_tax (Data Source)

Tax DataSource

Example Usage

data "epilot-product_tax" "my_tax" {
  hydrate = true
  strict  = false
}

Schema

Optional

  • hydrate (Boolean) Hydrates entities in relations when passed true
  • strict (Boolean) When passed true, the response will contain only fields that match the schema, with non-matching fields included in __additional

Read-Only

  • acl (Attributes) Access control list (ACL) for an entity. Defines sharing access to external orgs or users. (see below for nested schema)
  • active (Boolean)
  • additional (Map of String) Additional fields that are not part of the schema
  • created_at (String)
  • description (String)
  • files (Attributes) (see below for nested schema)
  • id (String) The ID of this resource.
  • manifest (List of String) Manifest ID used to create/update the entity
  • org (String) Organization Id the entity belongs to
  • owners (Attributes List) (see below for nested schema)
  • rate (String)
  • region (String)
  • schema (String)
  • tags (List of String)
  • title (String)
  • type (String)
  • updated_at (String)

Nested Schema for acl

Read-Only:

  • delete (List of String)
  • edit (List of String)
  • view (List of String)

Nested Schema for files

Read-Only:

Nested Schema for files.dollar_relation

Read-Only:

  • entity_id (String)
  • tags (List of String)

Nested Schema for owners

Read-Only:

  • org_id (String)
  • user_id (String)