observe_workspace

Most objects you can create on Observe - such as datasets, monitors and dashboards - live within workspaces. An Observe workspace provides isolation between use cases within an Observe account. You can use workspaces to segregate between different environments, teams or tenants.

All Observe accounts have a Default workspace. This workspace cannot be deleted.

Example Usage

resource "observe_workspace" "example" {
  name = "Example"
}

Schema

Required

  • name (String) Workspace name. Must be unique for customer account.

Read-Only

  • id (String) Resource ID for this object.

  • oid (String) OID (Observe ID) for this object. This is the canonical identifier that should be used when referring to this object in terraform manifests.

Import

Import is supported using the following syntax:

terraform import observe_workspace.example 4100001