Skip to main content
Version: Latest Version (2.9.1)

highbond_collection (Resource)

Schema

Required

nameString The name of the collection

Optional

descriptionString The description of the collection
force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.
typeString The type of the collection

Read-Only

archivedBoolean Specifies if the collection is archived (in a read-only state)
created_atString The date the collection was created
defaultBoolean Specifies if the collection is a default (system created) collection
updated_atString The date the collection was updated

Example Usage

resource "highbond_collection" "main" {
name = "Example collection"
description = "Dummy description"
type = "RegularProject"
force_updates = true // Create only with force update changes
}