highbond_collection (Data Source)

Example Usage

data "highbond_collection" "main" {
  name = "collection_name"
}

// We can access this datasource value as below: ata.highbond_collection.main.collection[0].id

Schema

Required

  • name (String)

Read-Only

  • collections (List of Object) (see below for nested schema)
  • id (String) The ID of this resource.
  • is_available (Boolean)

Nested Schema for collections

Read-Only:

  • archived (Boolean)
  • created_at (String)
  • default (Boolean)
  • description (String)
  • id (String)
  • name (String)
  • type (String)
  • updated_at (String)