observe_bookmark_group

Manages a bookmark group.

Example Usage

data "observe_workspace" "default" {
  name = "Default"
}

resource "observe_bookmark_group" "example" {
  workspace 	 = data.observe_workspace.default.oid
  name      	 = "Example"
}

Schema

Required

  • name (String) Name of bookmark group.

  • workspace (String) OID of workspace bookmark group belongs to.

Optional

  • description (String) Description of bookmark group.

  • icon_url (String) Icon used when presenting bookmark group.

  • presentation (String)

Read-Only

  • id (String) The ID of this resource.

  • oid (String) Observe ID of the bookmark group.

Import

Import is supported using the following syntax:

terraform import observe_boomark_group.example 1414010