Skip to content

Latest commit

 

History

History
162 lines (106 loc) · 4.31 KB

File metadata and controls

162 lines (106 loc) · 4.31 KB
page_title subcategory description
epilot-product_product Data Source - terraform-provider-epilot-product
Product DataSource

epilot-product_product (Data Source)

Product DataSource

Example Usage

data "epilot-product_product" "my_product" {
  hydrate = false
  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
  • availability_files (Attributes) (see below for nested schema)
  • code (String) The product code
  • created_at (String)
  • description (String) A description of the product. Multi-line supported.
  • feature (List of String)
  • files (Attributes) (see below for nested schema)
  • id (String) The ID of this resource.
  • internal_name (String) Not visible to customers, only in internal tables
  • manifest (List of String) Manifest ID used to create/update the entity
  • name (String) The description for the product
  • org (String) Organization Id the entity belongs to
  • owners (Attributes List) (see below for nested schema)
  • price_options (Attributes) (see below for nested schema)
  • product_downloads (Attributes) (see below for nested schema)
  • product_images (Attributes) (see below for nested schema)
  • purpose (List of String)
  • schema (String)
  • tags (List of String)
  • title (String)
  • type (String) The type of Product:
type description
product Represents a physical good
service Represents a service or virtual product
  • updated_at (String)

Nested Schema for acl

Read-Only:

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

Nested Schema for availability_files

Read-Only:

Nested Schema for availability_files.dollar_relation

Read-Only:

  • entity_id (String)
  • tags (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)

Nested Schema for price_options

Read-Only:

Nested Schema for price_options.dollar_relation

Read-Only:

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

Nested Schema for product_downloads

Read-Only:

Nested Schema for product_downloads.dollar_relation

Read-Only:

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

Nested Schema for product_images

Read-Only:

Nested Schema for product_images.dollar_relation

Read-Only:

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