observe_datastream

Manages a datastream. A datastream represents a source of data being ingested into Observe.

Example Usage

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

resource "observe_datastream" "example" {
  workspace = data.observe_workspace.default.oid
  name      = "My Datastream"
}

Schema

Required

  • name (String) Datastream name. Must be unique within workspace.

  • workspace (String) OID of workspace datastream is contained in.

Optional

  • description (String) Datastream description.

  • icon_url (String) Icon image.

Read-Only

  • dataset (String) The Observe ID for datastream origin dataset.

  • id (String) The ID of this resource.

  • oid (String) The Observe ID for datastream.

Import

Import is supported using the following syntax:

terraform import observe_datastream.example 1414010