observe_workspace¶
Most objects you can create on Observe - such as datasets, monitors and dashboards - live within workspaces. An Observe workspace provides isolation between usecases 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¶
data "observe_workspace" "default" {
name = "Default"
}
Schema¶
Optional¶
id
(String) Resource ID for this object. One ofid
orname
must be providedname
(String) Workspace name. Must be unique for customer account. One ofid
orname
must be provided
Read-Only¶
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.